nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct in
在用ajax提交表单数据时,我们常需要将form表单数据转为JSON格式,但是form表单序列化仅加上加上JSON.stringify()还不够,需要将form序列化用函数转换如:functiongetFormData($form){varunindexed_array=$form.serializeArray();varindexed_array={};$.map(unindexed_array