标签:style blog http ar io os sp on 文件
---------能不能下次登录的时候直接登录呢?
因为用户名和密码是轻量级数据,所以我们可以用
---------我们浏览的网页信息怎么在没网的时候也可以看呢?
网页,音频,视频 涉及大文件的下载,所以要读取本地Documents路径,
加上下载的文件名和格式。NSString *filepath =[ NSHomeDirectory() stringByAppendingPathComponent:@"Documents/*.txt"];
往里面写文件。[* writeToFile:filepath atomically:YES];
如果想重复的写东西到一个文件,要先读在存。
------------------------------------------------------------------------------------------
很多时候你都会败给自己。
------------------------------------------------------------------------------------------
标签:style blog http ar io os sp on 文件
原文地址:http://www.cnblogs.com/ddzfdjijie/p/4170670.html