2019年7月18日
摘要: Public String translate (String str) { String tempStr = “”; try { tempStr = new String(str.getBytes(“ISO-8859-1″), “GBK”); //输出ISO-8859-1的字符串 tempStr 阅读全文
posted @ 2019-07-18 16:23 萝卜头小 阅读(1082) 评论(0) 推荐(0)