摘要: 开始时是这个样子创建的数据库,更新总报错: // 创建存储库 objectStore = db.createObjectStore(storeName, { autoIncrement: true // 实现自增 }); 后来改成这样创建, 更新终于成功了!: // 创建存储库 objectStor 阅读全文
posted @ 2024-04-29 11:35 grantgrant 阅读(160) 评论(0) 推荐(0)