摘要: 1. setter & getter // ES6 Class class PersonCl { constructor(fullName, birthYear) { this.fullName = fullName; this.birthYear = birthYear; } // 类里面的方法可 阅读全文
posted @ 2024-10-31 10:15 一个甜橙子 阅读(15) 评论(0) 推荐(0)