result = [_db executeUpdate:@"INSERT INTO CommentNotice (is_read,comment_id) VALUES (?,?)",temp[@"is_read"],temp[@"comment_id"]];
result返回YES 但是我去本地数据库看 结果没插进去这是为什么
result = [_db executeUpdate:@"INSERT INTO CommentNotice (is_read,comment_id) VALUES (?,?)",temp[@"is_read"],temp[@"comment_id"]];
result返回YES 但是我去本地数据库看 结果没插进去这是为什么
1 回答1.1k 阅读
1 回答825 阅读
2 回答622 阅读
1 回答607 阅读
2 回答609 阅读
1 回答700 阅读
643 阅读
db存哪儿的?