struts1 +java 下载pdf
function downNewsPdf(bean){var pdfPath = $(bean).attr("pdfPath");if(!pdfPath){alert("请先选择新闻");}var curNewName = $("#article_news_title").html();window.open('/articlePdf.do?method=readPDF&newsFilePath='+ pdfPath+"&newsTitle="+curNewName)}