10 2007 档案

摘要:public static int BytesToInt(Byte[] bytes) { if (bytes.Length > 4) { return -1; } String bitStr = String.Empty; ... 阅读全文
posted @ 2007-10-26 17:47 吴碧宇 阅读(3444) 评论(0) 推荐(0)