当前位置: 技术问答>java相关
response.sendRedirect()问题
来源: 互联网 发布时间:2015-06-20
本文导语: response.sendRedirect("login.html");时出错, 但response.sendRedirct(“login.jsp”);就没有错误, 难道必须是jsp文件吗,html文件不行吗? 我如果想在一个jsp文件中转到一个html文件,怎么写? 多谢 | 不会吧...
response.sendRedirect("login.html");时出错,
但response.sendRedirct(“login.jsp”);就没有错误,
难道必须是jsp文件吗,html文件不行吗?
我如果想在一个jsp文件中转到一个html文件,怎么写?
多谢
但response.sendRedirct(“login.jsp”);就没有错误,
难道必须是jsp文件吗,html文件不行吗?
我如果想在一个jsp文件中转到一个html文件,怎么写?
多谢
|
不会吧!
如果时这样干嘛不巴login.html改成login.jsp?
试试
如果时这样干嘛不巴login.html改成login.jsp?
试试
|
到地有没有login.html