按钮反应 js 不起作用,但它是好的代码
button react js doesn't work but it is the good code
我正在关注此视频以在 React 中制作一个 crud Js.The 问题在 13 分钟。
https://www.youtube.com/watch?v=-quobUzNmuA
我复制了他的代码,但是没有用。我不明白为什么。
我的截图在这里:
error
mycode
谢谢大家
您在代码的第 45 行输入错误。如我所见,ref 应该更改为 txtAge 而不是 txtName。
在您的代码中更新它。可能对你有帮助。
所以应该是:
<input type="text" ref="txtAge" placeholder="Enter Age" />
我正在关注此视频以在 React 中制作一个 crud Js.The 问题在 13 分钟。
https://www.youtube.com/watch?v=-quobUzNmuA
我复制了他的代码,但是没有用。我不明白为什么。
我的截图在这里: error mycode
谢谢大家
您在代码的第 45 行输入错误。如我所见,ref 应该更改为 txtAge 而不是 txtName。
在您的代码中更新它。可能对你有帮助。
所以应该是:
<input type="text" ref="txtAge" placeholder="Enter Age" />