Here's a function for this use case: function getFormData($form){ var unindexed_array = $form.serializeArray(); var indexed_array ...
確定! 回上一頁