摘要: 1 private static String hexString="0123456789ABCDEF"; 2 3 public static String strEncode10_16(String str10) { 4 byte[] bytes=str10.getBytes(... 阅读全文
posted @ 2015-07-15 14:35 海之涯2008 阅读(691) 评论(0) 推荐(0)