input的disable和readonly的区别
disabled:
在表单被提交的时候不会被发送
无法被focus,在使用tab切换表单项的时候也会被跳过
readonly:
在表单被提交时数据会被发送
可以被focus,也可以被tab切换选中
转: https://blog.youkuaiyun.com/crystal6918/article/details/55506739
disabled:
在表单被提交的时候不会被发送
无法被focus,在使用tab切换表单项的时候也会被跳过
readonly:
在表单被提交时数据会被发送
可以被focus,也可以被tab切换选中
转: https://blog.youkuaiyun.com/crystal6918/article/details/55506739