如題,請(qǐng)問改如何解決呢?在線等,感謝。
2 回答

鳳凰求蠱
TA貢獻(xiàn)1825條經(jīng)驗(yàn) 獲得超4個(gè)贊
Byte[] bytes= { 0, 0, 0, 0, 0, 0, 50, 50 }; //復(fù)制到List<byte>中 List<Byte> lbyte = new List<Byte>(); foreach( byte b in bytes) { lbyte.Add(b); } //復(fù)制到ArrayList中 ArrayList abyte = new ArrayList(); foreach (byte b in bytes) { abyte.Add(b); }
- 2 回答
- 0 關(guān)注
- 887 瀏覽
添加回答
舉報(bào)
0/150
提交
取消