摘要: 组件和组件库框架 所谓天才,就是努力的力量。 React 组件由 DOM 结构,样式和 Javascript 逻辑组成。 1. ES6 中的类 class People { constructor() { this.name = "hubert" this.age = 29 } printName() { conso 阅读全文
posted @ 2023-11-22 17:29 背包の技术 阅读(92) 评论(0) 推荐(0) 编辑