Zeroblank

Results 5 comments of Zeroblank

I am waiting this libary update

博主,你好,在这段代码中 ```js var _ = function(obj) { if (obj instanceof _) return obj; if (!(this instanceof _)) return new _(obj); this._wrapped = obj; }; ``` 你说 执行 this instanceof _,this...