摘要: 一. class类基础 1. 类的声明 使用关键字class声明 // 类的声明 class Person { } // 类的表达式 // var Animal = class { // } // 研究一下类的特性 console.log(Person.prototype) console.log( 阅读全文
posted @ 2022-03-09 20:54 Yaopengfei 阅读(404) 评论(1) 推荐(0)