用encodeURIComponent方法,把路径放在里面,可以防止斜杠被取消。
以下attachfiles是我的一个文件的绝对路径。
window.location.href="${pageContext.request.contextPath}/competionFlow/attachfile?attachfiles="+encodeURIComponent(attachfiles);