导出当前jsp页面为excel或其他文件html%response.setHeader(Content-disposition,attachment filen
导出当前jsp页面为excel或其他文件
<html><%response.setHeader("Content-disposition","attachment; filename="+fileName+".xls");%>......</html> 导出当前jsp页面为excel或其他文件
<html><%response.setHeader("Content-disposition","attachment; filename="+fileName+".xls");%>......</html>