最新版本 react 不支持吗?
来源:3-2 React 中的响应式设计思想和事件绑定
			小丑的快乐
2021-01-15
function TodoList() {
constuctor(props) {
super(props);
}
return (
提交
- 学英语
 - earning React
 
</div >
);
}
语法会报错
写回答
	1回答
- 
				
						Dell
2021-01-15
你这最新语法也不对啊,funciton 里怎么写constructor
042021-08-02 
相似问题