如何用jquery获取input输入框中的值

日期:2017-10-13 13:18:19 人气:1

如何用jquery获取input输入框中的值

如何用jquery获取input框中的值。 以上方input框为例: $(" #test ").val() $(" input[ name='test' ] ").val() $(" input[ type='text' ] ").val() $(" input[ type='text' ]").attr("value")
    A+
热门评论