Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
@在 Objective-C 中将一个整数放在一个整数之前是什么意思?像这样:
@
@4
这是NSNumber字面意思。一个捷径:
NSNumber
[NSNumber numberWithInt:4];