摘要:
public void toDownLoad(String ape505, HttpServletRequest request, HttpServletResponse response) throws IOException { //获取文件后缀名 String ext = ape505.sub 阅读全文
摘要:
var str='QWER';//替换WE newstr=replacepos(str,1,2,'XX'); console.log(newstr);//QXXR; function replacepos(text,start,stop,replacetext){ mystr = text.subs 阅读全文
摘要:
Html: 利用form表单来发送下载请求 <form id ="submitForm" method="post"> </form> JS: var arr=多个文件的文件名以逗号隔开; $("#submitForm").attr("action","<%=request.getContextPa 阅读全文