摘要: 一.定义react数据 var React = require('react'); class App extends React.Component { constructor() { super(); //定义数据 this.state = { text: "hello world" }; } 阅读全文
posted @ 2021-09-18 14:40 shine声 阅读(517) 评论(0) 推荐(0) 编辑