摘要:
跨域会出现,看不到行号 Script error. 阅读全文
posted @ 2022-03-10 15:29
Running00
阅读(48)
评论(0)
推荐(0)
摘要:
1、打开数据库 使用 openDatabase() 方法来打开已存在的数据库,如果数据库不存在,则会创建一个新的数据库 var db = openDatabase('mydb', '1.0', 'Test DB', 2 * 1024 * 1024); openDatabase() 方法对应的五个参数 阅读全文
posted @ 2022-03-10 14:38
Running00
阅读(271)
评论(0)
推荐(0)