input属性disabled和readonly 2018/07/31 782 HTML disabled 1,不能编辑 2,不能获取焦点 3,提交表单时不包括此项 readonly 1,不能编辑 2,可以获取焦点 3,提交表单包括此项值
Leave a Reply