Dim Val() As Byte = New Byte() {49,50,51,52}
Dim Val1() As Byte = New Byte() {69,&HD0,151,152}
如何将这两个字节字合并成一个字节串?谢谢