单击按钮时,我需要将按钮值添加到表单输入字段中。
菜鸟错误,我有这个版本,但是我无意中替换了html文件。我不记得我是怎么做到的。我知道这不是JS,而是html文件上的OnClick函数
<input id="userInput1" value="0">
<button id="p1" value= "0" class="userbutton w-button" onclick="userinput1.display.value, RunGame()">0</button>
I expect it to add the button value to the input field.