摘要: https://www.runoob.com/react/react-state.html 1、状态和变量的使用 class Clock extends React.Component { // 变量存放--固定写法 constructor() { super(); this.state = {sh 阅读全文
posted @ 2023-07-19 17:42 凯宾斯基 阅读(51) 评论(0) 推荐(0)