<input type="text" value="" id="mmm"> // HTML document.getElementById("mmm").value="值"; //JS 原版赋值方法 Jquery$("#mmm").val("值");$("#mmm").attr("value",值); 相关文章: 2021-09-17 2021-09-20 2021-12-27 2021-08-29 2021-10-13 2021-10-29 2021-12-05 2021-12-19