当input 状态为disabled后post 后获取不到输入框的问题处理 晚上上线又碰到了一个问题当input 状态为disabled后post 后获取不到输入框的问题处理disabled 的值本来就不能Post的,要能Post可以用hidden的或者readonly是可以的.