摘要: unescape Function eval Array Object Date RegExp indexOf hasOwnProperty decodeURIComponent encodeURI encodeURIComponent Math 、round 、 random、parseInt 等 阅读全文
posted @ 2021-03-08 22:29 吴先雨 阅读(265) 评论(0) 推荐(0)
摘要: __proto__和prototype的区别: prototype是函数才有的属性,而__proto__是每个对象都有的属性 也就是说 obj.__proto__ function.prototype 像这样 function Fn() {}var fn = new Fn()Fn.prototype 阅读全文
posted @ 2021-03-08 15:14 吴先雨 阅读(130) 评论(0) 推荐(0)