摘要: 中文编码:JS:encodeURI("这里放url")将url编码,用的时候再用decodeURI("接收到的值")解码。String ss=encodeURI(encodeURI("接收到的值"));JAVA:String ss=URLDecoder.decode("接收到的中文值","UTF-8"); 阅读全文
posted @ 2014-03-05 17:17 jessie-fu 阅读(158) 评论(0) 推荐(0)