0
我可以讀取位於本地磁盤的file.txt文件中的數據。iphone從UIWebView讀取txt文件
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"txt"];
NSString* Data = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:&error ];
現在,我將file.txt文件上傳到網站。我如何從UIWebView中讀取txt文件中的數據?
請幫忙!!
耶!謝謝!!! – 2010-04-14 21:03:40