标签:NPU inpu 获取 value 输入 jquery att attr type
如何用jquery获取<input id="test" name="test" type="text"/>中输入的值?
$(" #test ").val()
$(" input[ name=‘test‘ ] ").val()
$(" input[ type=‘text‘ ] ").val()
$(" input[ type=‘text‘ ]").attr("value")
如何用jquery获取<input id="test" name="test" type="text"/>中输入的值?
标签:NPU inpu 获取 value 输入 jquery att attr type
原文地址:https://www.cnblogs.com/xieshilin/p/11707761.html