一个表单有个 input 是 jquery 通过 ajax 后 append 插入的,然后整个 serialize 后 ajax 提交,第一次能获取到这个 input 值,第二次提交就获取不到了,通过 firebug 查看 post 发送了这个 input 值但是 json 不返回了。