随笔分类 -  es6

摘要:class XX{ static hello(){ } hi(){ } } let x = new XX(); x.hi() XX.hello() 阅读全文
posted @ 2022-02-11 16:49 零碎沉默 阅读(34) 评论(0) 推荐(0)