📜  是输入 readonluy 提交吗? - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:18.639000             🧑  作者: Mango

代码示例1
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!