标签: html jsp dom
假设我有一个名为run的输入:
<input name="run" value="false" type="hidden"/>
如何将其值更改为
<input name="run" value="true" type="hidden"/>
在提交表单之前?