cordova打包APK,SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported .
javascript严格模式第一次接触let关键字,有一个要非常非常要注意的概念就是”javascript严格模式”,比如下述的代码运行就会报错:lethello='helloworld.';console.log(hello);错误信息如下:lethello='helloworld.';^^^SyntaxError:Block-scopeddeclarations(let,const,funct