摘要: byte[] b1 = new byte[] { 1, 2, 3, 4, 5 }; byte[] b2 = new byte[] { 6, 7, 8, 9 }; byte[] b3 = new byte[b1.Length + b2.Length]; char[] b4 = new char[] { '1', ... 阅读全文
posted @ 2016-05-04 14:53 Gester.Lin 阅读(51013) 评论(0) 推荐(1) 编辑