msg[3] = byte(check & 255)这个255啥意思

msg[3] = byte(check & 255)这个255啥意思

阅读 3.4k
1 个回答

255=0xFF=b(11111111),保留check的低8位

推荐问题