判断题
react无法使用指令绑定事件。
正确
判断题 在react中组件需要通过继承React.Component来实现。
判断题 await命令可以用在普通函数上。
判断题 async函数返回是个函数。