Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 333 Bytes

4e09-shu-ju-cun-chu.md

File metadata and controls

20 lines (9 loc) · 333 Bytes

三.数据存储

数据存储的位置-----沙盒

数据存储的方式

  • XML属性列表(plist)

  • Preference(偏好设置)

  • NSKeyedArchiver归档(NSCoding)

  • SQLite3

  • Core Data (因为sqlite不能直接存对象,例Student,但CoreData可做到,实质上也是数据库)

  • 以上可配合NSFileManager