摘要: 1 private static int getDecimal(String strHex){ 2 3 char[] t = {'0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f'}; 4 ... 阅读全文
posted @ 2014-11-24 15:21 一路向北中 阅读(269) 评论(0) 推荐(0)