0
NSURL * url = [NSURL URLWithString: [NSString stringWithFormat:@「%@%@%@%@%@」,[ConfigDB valueForKey:categoryURL],@「?ownerId =「,20,@」& userId =「,64]];執行此行後錯誤exe-bad access
任何一個可以告訴我笏錯這個
NSURL * url = [NSURL URLWithString: [NSString stringWithFormat:@「%@%@%@%@%@」,[ConfigDB valueForKey:categoryURL],@「?ownerId =「,20,@」& userId =「,64]];執行此行後錯誤exe-bad access
任何一個可以告訴我笏錯這個
對於你應該使用%d,不是%@數字。
@"%@%@%d%@%d"