摘要: 类组件各个部分的功能 // 方法的箭头函数写法(1) class Index extends React.Component { constructor(...arg) { /* 执行 react 底层 Component 函数 */ super(...arg); } state = {}; /* 阅读全文
posted @ 2023-09-19 10:57 乐盘游 阅读(6) 评论(0) 推荐(0) 编辑