摘要: // this 代表的是函数前边那个点左边的那个东西 Student.prototype.update = function(name, sexy) { this.name = name this.sexy = sexy}var obj = new Student(); // 此时 this 代表的 阅读全文
posted @ 2018-07-26 12:00 mojito1996 阅读(101) 评论(0) 推荐(0)