這下面是我的代碼NSURL返回空值
NSString *string = [NSString stringWithFormat:@" http://abc.com /Demo/View.php?drinkId=%@&name=%@&comment=%@&date=%@&rating=%@& ReqestType=SubmitComment",DrinkId,Name,Comment,Date,Rating];
NSURL *url = [[NSURL alloc] initWithString:string];
在這裏,在字符串存在的價值,但URL返回零。 任何人都可以告訴爲什麼發生這種情況。
感謝....
「這是行不通的,所以這裏是我做了什麼,而不是」
NSString *string = [NSString stringWithFormat:@"http://abc.com/Demo/View.php?drinkId=%@&name=%@&comment=%@&date=%@&rating=%@&ReqestType=SubmitComment",DrinkId,Name,Comment,Date,Rating];
NSURL *url = [[NSURL alloc] initWithString:string];
高興的是,我的回答幫助。你能幫助大家解決這個問題嗎? –
你會告訴我鋤頭來回答這個問題嗎? – Vijay
您單擊答案旁邊的灰色複選標記,使其變爲綠色。 –