微信扫一扫
disabled = "true"
这个属性在element中,只要出现disabled,那么就会使用此属性
即使
disabled = "false"
也没用
但在js里就要用true和false来做处理
相关推荐