1.indexedDB数据库时一种事务类型数据库
2.是NoSQL数据库
3.使用JS对象存储数据
创建数据库
1.indexedDB.open创建数据库
2.open方法返回一个IDBRequest对象