用javascript控制readOnly属性 document.form.name.readOnly=false;或者document.getElementById("name").readOnly=false;关键是readOnly 注意大小写,js中连词首字母大写