📅  最后修改于: 2022-03-11 14:57:18.639000             🧑  作者: Mango
The readonly attribute is a boolean attribute.
When present, it specifies that an input field is read-only. ...
Note: A form will still submit an input field that is readonly,
but will not submit an input field that is disabled!