jquery獲取input中輸入的值?

 
$("#test").val()
$("input[name='test']").val()$("input[type='text']").val()$("input[type='text']").attr("value")
相關文章
相關標籤/搜索