摘要: function Person(){ //隐式1、this = { } //2、 this.name = "小明"; this.age = "18"; this.all = function(){ console.log(this.name,this.age); } //隐式3、return thi 阅读全文
posted @ 2019-07-31 18:42 就是一位小学生 阅读(537) 评论(0) 推荐(0) 编辑