摘要: ES6 教程 - JavaScript 教程 ES6 类 之前 function Person(name) { this.name = name; } Person.prototype.getName = function () { return this.name; }; var john = n 阅读全文
posted @ 2025-04-22 15:44 流星曳尾 阅读(5) 评论(0) 推荐(0)