我收到此错误:[NSURL stringByAppendingFormat:]: unrecognized selector sent to instance 0x5869210 when it get to append。strcust 是一个纯数字,并且 strURI 在追加之前是正确的。
NSString *strUIR = [NSURL URLWithString:@"https://cid.hooru.mobi:36610/?";
strURI = [strURI stringByAppendingFormat:@&Cust=IPRR%@", strCust];
任何想法将不胜感激。我只是想从变量中附加名称/值对。无法使附加工作。