📌  相关文章
📜  如何在javascript代码示例中使输入字段为空

📅  最后修改于: 2022-03-11 15:03:38.983000             🧑  作者: Mango

代码示例2
Assuming the element you want to change has the id question, so you can do

document.getElementById("question").value = "";