本文共 201 字,大约阅读时间需要 1 分钟。
React.createElement
class Welcome extends React.Component { constructor(){ super() this.state={ test:1} } render() { return Hello, {this.props.name}; } componentWillMount(){}}
html内置标签
转载地址:http://urgpa.baihongyu.com/