摘要:
1.当需要使用int类型的变量的时候,可以像写C的程序一样,用int,也可以用NSInteger,但更推荐使用NSInteger,因为这样就不用考虑设备是32位的还是64位的。2.NSUInteger是无符号的,即没有负数,NSInteger是有符号的。3.有人说既然都有了NSInteger等这些基... 阅读全文
posted @ 2014-08-22 14:59
Danny_吕昌辉
阅读(263)
评论(0)
推荐(0)
浙公网安备 33010602011771号