摘要: function instance(l,r){ let 0 = r.prototype; let v = l.__proto__; while(true){ if(v null){ return false; } if(v 0){ return true; } v = l.__proto__; } 阅读全文
posted @ 2019-10-30 16:43 灏月天染 阅读(155) 评论(0) 推荐(0)