js小技巧
2021-02-10 20:15
阅读:430
标签:fun 一个 this 调用 return 脚本 class UNC 严格 1.判断当前js环境是否为严格模式 js小技巧 标签:fun 一个 this 调用 return 脚本 class UNC 严格 原文地址:https://www.cnblogs.com/LeoXnote/p/13048712.html
//定义并调用一个函数来确定当前脚本运行时是否为严格模式
var strict = (function() { return !this; })();
上一篇:jQuery Mobile 面板
下一篇:js构造函数中this介绍
评论
亲,登录后才可以留言!