摘要:
1 #import 2 3 int main(int argc, const char * argv[]) 4 { 5 6 @autoreleasepool { 7 8 //文件路径 9 NSString *path = @"/Users/apple/Desktop/test.txt";10 11 //使用某种编码方式从某个文件读取内容存到字符串里面12 NSString *fileContent = [NSString stringWithContentsOfFile:path ... 阅读全文
posted @ 2013-07-05 17:47
mic_yx
阅读(262)
评论(0)
推荐(0)

浙公网安备 33010602011771号