摘要: https://www.cnblogs.com/zhengyufeng/p/10992972.html 一:js面向对象编程 在es5中我们是这样去写面向对象的编程方式的: function Person(name) { //构造函数里面的方法和属性 this._name = name; this. 阅读全文
posted @ 2021-05-30 12:38 2350305682 阅读(38) 评论(0) 推荐(0) 编辑