UTF-8和GB2312编码转换,常用
[html]JavaScript:
window.self.location="searchbytext.action?searchtext="+encodeURIComponent(encodeURIComponent(seartext));
java:
searchtext=java.net.URLDecoder.decode(searchtext,"UTF-8");/*需要处理异常*/
摘自 Hurry的专栏
补充:Web开发 , 其他 ,
补充:Web开发 , 其他 ,
上一个:web中打印内容(去页眉页脚边距)
下一个:个人整理的CSS hack