多項(xiàng)選擇題在以.mm為拓展名的文件里,可以包含的代碼有哪些?()

A.C
B.Objective-C
C.C++
D.Java


您可能感興趣的試卷

你可能感興趣的試題

2.多項(xiàng)選擇題下面哪些方法是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;

3.單項(xiàng)選擇題iOS中,可以從一個應(yīng)用(如APP01)跳轉(zhuǎn)到另外一個應(yīng)用(如APP02),如果要在跳轉(zhuǎn)的過程中,將username和password這兩個參數(shù)傳遞給APP02,下列代碼正確的是:()。

A.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01&password=123456"]
B.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01,password=123456"]
C.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01//password=123456"]
D.NSURL* open_URL_A=[NSURL URLWithString:@"APP02://username=test01#password=123456"]

4.單項(xiàng)選擇題關(guān)于支付,應(yīng)用在接入Ping++SDK時(shí),需要的三個參數(shù)不包括()。

A.API Key
B.應(yīng)用ID
C.Notify URL
D.開發(fā)者賬號

5.單項(xiàng)選擇題下列哪個不是iOS提供的tableview cell分割線風(fēng)格?()

A.UITableViewCellSeparatorStyleNone
B.UITableViewCellSeparatorStyleSingleLine
C.UITableViewCellSeparatorStyleSingleLineShadow
D.UITableViewCellSeparatorStyleSingleLineEtched