摘要: 1 public class LetterMatchUtil { 2 private static String _ToEncode_ = "GBK"; 3 private static String _FromEncode_ = "GBK"; 4 5 public static int compare(String str1, String str2) { 6 int result = 0; 7 String m_s1 = null; 8 String m_s2 = null; 9 ... 阅读全文
posted @ 2012-03-24 10:55 lihui_yy 阅读(2610) 评论(0) 推荐(0) 编辑