如何通过jQuery获取input中的值

来源:互联网 发布:吉利知豆d1和d2的区别 编辑:程序博客网 时间:2024/06/05 03:17

<input type="text" id="txt" value="text">

$("#txt").val();

0 0