Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须通过从我的网页进行 ajax 调用来验证表单。我只是想知道是否有一种方法可以一次性传递表单的所有内容(比如说使用jquery),或者我是否必须将表单中的每个元素作为单独的值传递?
谢谢。
您可以使用.serialize
.serialize
$('form').serialize()