时间:2021-07-01 10:21:17 帮助过:20人阅读
//打开or连接web sql数据库 function openDB() { try { if (!db) { db = openDatabase(dbName,version,description,maxSize); if(!db){ alert(‘你的浏览器不支持HTML web SQL本地数据库!‘); return ; } } } catch (e) { statusHandle("错误提示:"+e); db = null; } return db; }
JS 打开or连接web sql数据库
标签:body name func bsp catch span dbn html ret