我在一個服務器中生成一些PHP文件,它們會生成xml代碼。目標C - 從php文件獲得響應
我需要通過向文件發送一些GET參數從Iphone應用程序獲取此xml代碼。
例如http://myserver.com/myFile.php?param=xxxx 然後獲取該文件中生成的xml。
我一直在研究很多,但無法獲得任何結果。
非常感謝!
我在一個服務器中生成一些PHP文件,它們會生成xml代碼。目標C - 從php文件獲得響應
我需要通過向文件發送一些GET參數從Iphone應用程序獲取此xml代碼。
例如http://myserver.com/myFile.php?param=xxxx 然後獲取該文件中生成的xml。
我一直在研究很多,但無法獲得任何結果。
非常感謝!
對於一個簡單的請求,您可以使用stringWithContentsOfURL
NSURL *url = [NSURL URLWithString:@"http://www.stackoverflow.com"];
NSString *content = [NSString stringWithContentsOfURL:url encoding:NSASCIIStringEncoding];
一個非常類似的問題answered here:
請閱讀(或重讀)the SO faq。問題應該是
* detailed and specific * written clearly and simply * of interest to at least one other programmer somewhere
和:(!也許甚至回答)
請找找看,如果你的問題已經被問
來吧, ASCII是sooo 1963! – Kornel 2010-02-23 12:35:34