本帖最后由 离经叛道的女子 于 2015-7-10 23:33 编辑
#import <Foundation/Foundation.h>
int main(int argc, const char * argv[]) { @autoreleasepool { NSString *s = [NSString stringWithContentsOfFile:@"/Users/xuegezhou/Desktop/ab.txt" encoding:NSUTF8StringEncoding error:nil]; NSLog(@"s=\n%@",s); } return 0; }
这是代码,同学跟我写的一模一样,但是我的Xcode运行出来就是空的 是我的Xcode出问题了吗?有知道的不,可以往桌面的文件写入,但就是读取不了
|