輸入一個byte和byte[]合併為byte[]*/ public byte[] byteMerger(byte byte_1, byte[] byte_2) { byte[] byte_3 = new byte[1 + byte_2.length]; ...
確定! 回上一頁