摘要: <input type="text" value="" id="mmm"> // HTML document.getElementById("mmm").value="值"; //JS 原版赋值方法 Jquery$("#mmm").val("值");$("#mmm").attr("value",值) 阅读全文
posted @ 2020-03-30 19:33 Raki0101 阅读(1312) 评论(0) 推荐(0)