单项选择题
A.document.cancelScreen()B.document.FullScreen()C.document.webkitIsFullScreenD.document.cancelFullScreen()
下列选项中,在整个拖拽过程中都会调用的方法是()A.ondragB.ondragstartC.ondragle...
单项选择题下列选项中,在整个拖拽过程中都会调用的方法是()
A.ondragB.ondragstartC.ondragleaveD.ondragend
下列选项中,用来定义文件域的是()A.<input type="button">B.<input type="...
单项选择题下列选项中,用来定义文件域的是()
A.<input type="button">B.<input type="text">C.<input type="file">D.<input type="password">
下列选项中,用来删除键名为key的存储内容的方法是()A.clear()B.getItem(key)C.rem...
单项选择题下列选项中,用来删除键名为key的存储内容的方法是()
A.clear()B.getItem(key)C.removeItem(key)D.length