var root = typeof self == 'object' && self.self === self && self ||
typeof global == 'object' && global.global === global && global ||
this ||
{};
为何判断 self 的类型不用 === 符号呢?
var root = typeof self == 'object' && self.self === self && self ||
typeof global == 'object' && global.global === global && global ||
this ||
{};
为何判断 self 的类型不用 === 符号呢?
27 回答12.8k 阅读
8 回答3.4k 阅读✓ 已解决
6 回答963 阅读✓ 已解决
5 回答5.1k 阅读✓ 已解决
4 回答1.5k 阅读✓ 已解决
3 回答1.7k 阅读
4 回答2k 阅读✓ 已解决