2010-01-04 37 views

回答

5

*之後的const表示指針本身是常量。也就是說,你不能這樣做

NSString *myString = @"abcde"; 
NSLocalNotificationCenterType = myString; 
相關問題