摘要: 速查表:char -128 ~ +127 (1 Byte)short -32767 ~ + 32768 (2 Bytes)unsigned short 0 ~ 65536 (2 Bytes)int -2147483648 ~ +2147483647 (4 Bytes)unsigned int 0 ~... 阅读全文
posted @ 2015-03-21 10:02 jiu~ 阅读(3104) 评论(0) 推荐(0)