标签:
public class LuanMa { public static String getNewString(String luanma){ String result = ""; try{ result = new String(luanma.getBytes("iso-8859-1"),"gb2312"); } catch(Exception e){ e.printStackTrace(); } return result; } }
标签:
原文地址:http://www.cnblogs.com/wwzyy/p/4663634.html