Sep 25, 2019 No Comments es6 模板字符串 new Function let str = `return new ${sceneName}.${sceneName.charAt(0).toUpperCase() + sceneName.slice(1)}` let func = new Function(str); 最后更新于 2019-09-25 04:41:28 并被添加「es6 模板字符串 new Function」标签,已有 766 位童鞋阅读过。
此处评论已关闭