摘要:
public static int TypeToInt(String type) { int result = (type[0] > 24) & 0xff)); sb.Append((char)((type >> 16) & 0xff)); sb.Append((char)((type >> 8) & 0xff)); sb.Append((char)(type & 0xff)); return sb.ToString(); } 阅读全文
posted @ 2013-09-14 00:06
Adming
阅读(509)
评论(0)
推荐(0)

浙公网安备 33010602011771号