摘要: function Obj() { this.name = 'azoux'; } const my = new Obj(); console.log(my); Obj.prototype = Array.prototype; Array.prototype.coco = 1; console.log( 阅读全文
posted @ 2022-03-26 13:01 azoux 阅读(30) 评论(0) 推荐(0) 编辑