$("#formRecord").serialize()无法获取表单数据;

可能情况:
1 input框中的属性是disable
将disable改成readonely
2 input框中没有name属性
name属性在form表单提交时是必须的

你可能感兴趣的:($("#formRecord").serialize()无法获取表单数据;)