当前位置: 技术问答>java相关
response.encodeRedirectURL()的作用?
来源: 互联网 发布时间:2015-08-30
本文导语: response.encodeRedirectURL("ProductCategory.jsp?lCategoryID="+lCategoryID+"&sClassCode="+sClassCode+"&sItemCode="+sItemCode+"&sItemSpec="+sItemSpec+"&sPropValue="+sPropValue +"&lPropNumber="+lPropNumber); 上面是这个方法的一个应用,谁能告诉我这个方法有什么作...
response.encodeRedirectURL("ProductCategory.jsp?lCategoryID="+lCategoryID+"&sClassCode="+sClassCode+"&sItemCode="+sItemCode+"&sItemSpec="+sItemSpec+"&sPropValue="+sPropValue
+"&lPropNumber="+lPropNumber);
上面是这个方法的一个应用,谁能告诉我这个方法有什么作用??
+"&lPropNumber="+lPropNumber);
上面是这个方法的一个应用,谁能告诉我这个方法有什么作用??
|
response.endcodeRedirectURL()是把?后的汉字转换成特殊的字符
response.sendRedirect()是直接传递的汉字
如:http://search.jsp?searchKeys=%BC%BC%C7%C9%CC%E1%CA%BE&id=28&author=aa
http://search.jsp?searchKeys=技术文章&id=28&author=aa
response.sendRedirect()是直接传递的汉字
如:http://search.jsp?searchKeys=%BC%BC%C7%C9%CC%E1%CA%BE&id=28&author=aa
http://search.jsp?searchKeys=技术文章&id=28&author=aa
|
就是转到其他页面阿!!还可以传第参数