多項選擇題下面各數據類型中,能夠直接放進NSArray數組的有:()。

A.BOOL
B.NSInteger
C.NSString
D.NSArray


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題可以通過代碼進行寫操作的文件或目錄有()。

A.bundle目錄
B.Documents目錄
C.keychain
D.SQLite

2.多項選擇題下面哪些類中使用到了單例(Singletion)模式?()

A.NSFileManager
B.NSNotificationCenter
C.UIApplication
D.UIDevice

5.多項選擇題下面哪些方法是UITableView的delegate方法:()。

A.-(NSInteger)tableView:(UITableView*)tableView numberOfRowsInSection:(NSInteger)section;
B.-(UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath;
C.-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath;
D.-(void)tableView:(UITableView*)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath;