摘要:
string encodeStr = System.Convert.ToBase64String(buf);int subCount = encodeStr.Length/76 + 1; string[] temp = new string[subCount]; for(int i=0;i<subCount;i++) { if (i==subCount-1) ... 阅读全文
posted @ 2007-04-20 23:10
阿修
阅读(1214)
评论(1)
推荐(0)

浙公网安备 33010602011771号