日志文章列表

2008年06月16日 17:47:14

Unicode转换




  private static String encodestrans(String strgb) {
    try {
        return new String(strgb.getBytes("UTF-8"), "GBK");
  ..

阅读全文>>

Tags: JAVA  

类别: 字符编码 |  评论(11) |  浏览(729) |  收藏