使用jquery清空input 文本框中的内容时间:2022-05-16 01:50:42只需要将文本框的值置为空即可: function resetBtn(){ $("#name").val(""); }