《google baidu referer 信息的解码》的相关内容
相关博客
将十六进制转为字符串(转)
public static void
main(String[] args) {
System.out.println(encode("中文"));
System.out.println(decode(encode("中文")));
}
/*
* 16进制数字字符集
*/
private static String hexString="0123456789AB ...
by flyduck 2007-05-16 浏览 (519) 回复 (0) 关键字:

