Feeds
提问
What is the difference between int8(0x98), uint8(0x98), typecast(uint8(0x98), 'int8')
>> A=int8(0x98) A = int8 127 >> B=uint8(0x98) B = uint8 152 >> C=typecast(uint8(0x98), 'int8') C = int8 ...
2 years 前 | 2 个回答 | 0
提问
2 years 前 | 2 个回答 | 0