IndexedDB入门

https://www.cnblogs.com/zhangzuwei/p/16574791.html

注意

1.删除表,创建表只能在数据库版本升级里面进行。

2.keyPath: key 要和表字段对应,而且格式要一样,不然不运行不报错。

3.使用 autoIncrement: true 代替 keyPath: key, 则不需要写关键字段。

IndexedDB入门_第1张图片



IndexedDB



Customers

你可能感兴趣的:(JS,javascript,html)