两种方法:
$("#id").attr("readOnly",false); 不可编辑,可以传值
$("#id").attr("disabled",false);不可编辑,不可以传值
注意readOnly 中的O是大写