CSS:readonly与disabled属性

共同点:两者都不可被编辑; input的disable和readonly的区别:web disabled:svg 在表单被提交的时候不会被发送 没法被focus,在使用tab切换表单项的时候也会被跳过 readonly:xml 在表单被提交时数据会被发送 能够被focus,也能够被tab切换选中
相关文章
相关标签/搜索