var root = typeof self == 'object' && self.self === self && self || typeof global == 'object' && global.global === global && global || this || {};
为何判断 self 的类型不用 === 符号呢?
温温酱
相关分类