单项选择题
A.编译时是NSString类型,运行时是NSArray类型 B.编译时是NSArray类型,运行时是NSString类型 C.编译时是NSString类型,运行时是NSString类型 D.以上都不对
下列使用方法中正确的是()。A.NSURL *url=nil;B.Class class=Nil;C.id f...
单项选择题下列使用方法中正确的是()。
A.NSURL *url=nil; B.Class class=Nil; C.id foo=nil; D.id foo=NIL;
iOS10推送Notification增加了哪些新特性()。A.Notification User Inter...
单项选择题iOS10推送Notification增加了哪些新特性()。
A.Notification User Interface B.Media Attachments C.Customize user interface D.Customize Actions
与alloc相反,与retain相反,与alloc配对的分别是:()。A.dealloc release de...
单项选择题与alloc相反,与retain相反,与alloc配对的分别是:()。
A.dealloc release dealloc B.dealloc release release C.dealloc dealloc dealloc D.release release Release