Response.sendDerect使用这个报错
找不到符号:方法:sendDerect求教应该添加什么引用,还是缺少什么东西,新手求指教谢谢
------解决方案--------------------
楼猪调用错了吧 你是想干什么? 跳转 页面还是 设置编码格式啊?
------解决方案--------------------
是Response.sendReDerect
------解决方案--------------------
response.sendDirect("跳转页面.jsp?id=123");
or?
response.sendRedirect("跳转页面.jsp");
or想实现啥?