因为我是 jquery 的新手,所以我不知道我到底在这里做什么,
我有一个名为 frmCustom 的表单,并且有三个文本框
<form id="frmCustom">
<input type="text" id="width">
<input type="text" id="height">
<input type="text" id="depth">
</form>
我只想在使用 jquery 输入后立即获取文本框中的三个值
任何帮助都将是可观的,
提前致谢