我想在swift

时间:2017-07-03 02:39:46

标签: arrays swift

我想在swift中写一个8位数组,我希望得到数组的值到Calculation ex:>> 8,& 255 我怎么写swift?

我现在写这个

var bytes:[UInt8] = [0xff, 0x00, 0x00, 0x00, 0x00 ,0x00 ,0x00 ,0xff] bytes[5] bytes[5] = bytes[5] >> 8 (but here error)

0 个答案:

没有答案