channelList
是一个保存模型的数组.
[_channelList writeToFile:filePath atomically:YES];
NSArray *returnArray = [NSArray arrayWithContentsOfFile:filePath];
但是我从 plist
取值时取不到.
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
模型对象不能直接 writetoFile,需要先序列化,然后才能保存