[jsonData writeToFile:filePath atomically:YES];
此方法无法写如到工程中的文件,即:Bundle.main,但可以写入到沙盒中的文件,其中“ jsonData”可以是Data、Array、Dictionary,filePath是表示路径的字符串;
[jsonData writeToFile:filePath atomically:YES];
此方法无法写如到工程中的文件,即:Bundle.main,但可以写入到沙盒中的文件,其中“ jsonData”可以是Data、Array、Dictionary,filePath是表示路径的字符串;
本文标题:writeToFile
本文链接:https://www.haomeiwen.com/subject/kesjpftx.html
网友评论