摘要: 首先你在用之前要在项目中加入libsqlite3.dylib1、定义模型[cpp] #import #import "sqlite3.h"@class NotePad;@class NoteDb;@interface NoteSqlite : NSObject{ sqlite3 *database;... 阅读全文
posted @ 2014-02-22 21:11 死磕侠 阅读(231) 评论(0) 推荐(0)