我的js代码是这样的:
window.location.href = "servletAnnotation?"+paramString;
servletAnnotation 是一个 webservlet 注释。Firefox 和 Chrome 都运行成功。IE 显示 HTTP 状态 404。为什么 IE 无法识别 url?我怎样才能使它成功运行?
我的js代码是这样的:
window.location.href = "servletAnnotation?"+paramString;
servletAnnotation 是一个 webservlet 注释。Firefox 和 Chrome 都运行成功。IE 显示 HTTP 状态 404。为什么 IE 无法识别 url?我怎样才能使它成功运行?