摘要: URLEncode.encode(String s,String utf-8) 编码 URLDEcode.decode(String %2b%,String utf-8) 解码 用法: String text1 = java.net.URLEncoder.encode("中国" ,"utf-8" ) 阅读全文
posted @ 2019-01-15 18:31 Mr.Duanxj 阅读(369) 评论(0) 推荐(0)