Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我如何将 getelementid.innerHTML 值放入文本字段吗?
在这里查看页面:http: //studiodms.com/qoresneaker/ma.php
通常,您可以设置文本字段 document.getElementById("yourId").value = newValue 的值,也可以通过这种方式获取值。
document.getElementById("yourId").value = newValue