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

2024年11月18日 00:37
有3个网友回答
网友(1):


网友(2):

你好!

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

$("input[type='text']").val();

网友(3):


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