A.编译时是NSString类型,运行时是NSArray类型 B.编译时是NSArray类型,运行时是NSString类型 C.编译时是NSString类型,运行时是NSString类型 D.以上都不对
单项选择题下列使用方法中正确的是()。
A.NSURL *url=nil; B.Class class=Nil; C.id foo=nil; D.id foo=NIL;
单项选择题iOS10推送Notification增加了哪些新特性()。
A.Notification User Interface B.Media Attachments C.Customize user interface D.Customize Actions
单项选择题与alloc相反,与retain相反,与alloc配对的分别是:()。
A.dealloc release dealloc B.dealloc release release C.dealloc dealloc dealloc D.release release Release
单项选择题打印[array count]的值为()。
A.1 B.3 C.4 D.5
单项选择题在iOS中,SiriKit可以支持以下哪些功能?() ①语音通话 ②发送消息 ③发送或接收付款 ④搜索视频 ⑤约车 ⑥管理健身 ⑦视频通话
A.①②④⑤⑥ B.①②③④⑥ C.①②③⑤⑥⑦ D.①②③④⑤⑥⑦