如果html元素<buttonid="ok"disabled>确定</button>对应的DOM节点为ok,那么ok.getAttribute('disabled')的值为()。
如果html元素<buttondisabled>确定</button>对应的DOM节点为ok,那么ok.getAttribute('disabled')的值为()。
'disabled'
""
ture
undefined
正确答案:ture
如果html元素<buttondisabled>确定</button>对应的DOM节点为ok,那么ok.getAttribute('disabled')的值为()。
'disabled'
""
ture
undefined
正确答案:ture
相关答案
热门答案