我正在 IE8 中测试 PouchDB 应用程序,但出现以下错误。我在 index.html 中包含了 pouchdb.localstorage.js 和 es5.shim.js 文件。
您可以在下面找到错误:
- 以下行的预期标识符、字符串或数字 (pouchdb.localstorge.js):
行号 11019:,尝试:[
- 以下行的预期标识符(main.js - 本地 js 文件):
}).catch(function (err) { console.log('无法插入数据库。错误:' + err.name + ' - ' + err.message); });
我该如何解决这些问题?