原著:
http://blog.sina.com.cn/s/blog_6291e42d0102uws4.html
http://blog.itpub.net/12231606/viewspace-1075963/

Runtime.png
總結(jié)一句:官方建議使用NSInteger NSUInteger ,會根據(jù)設(shè)備系統(tǒng)和架構(gòu)動態(tài)改變表示數(shù)據(jù)的范圍,32 bit 為-->int 64 bit 為long
原著:
http://blog.sina.com.cn/s/blog_6291e42d0102uws4.html
http://blog.itpub.net/12231606/viewspace-1075963/
總結(jié)一句:官方建議使用NSInteger NSUInteger ,會根據(jù)設(shè)備系統(tǒng)和架構(gòu)動態(tài)改變表示數(shù)據(jù)的范圍,32 bit 為-->int 64 bit 為long