Henry
Followers: 0 Following: 0
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 ...
1 year 前 | 2 个回答 | 0