框架介绍设备应用JavaScript 支持情况版本:v3.xOn this pageJavaScript 支持情况运行限制出于安全考虑,小程序中不允许动态执行 JS 代码,即:不支持使用 eval 执行 JS 代码不支持使用 new Function 创建函数new Function('return this') 除外ECMAScript 支持支持 ES6 语言特性,以下特性不支持:PromiseGenerator 函数定时器