以下字符串方法支持正则表达式的有哪些
A. indexOf
B. match
C. replace
D. search
假设有一输入框的DOM名称为otxt,以下能获取输入框值(value)的是
A. otxt.getAttribute("value")
B. otxt.value
C. otxt["value"]
D. otxt.getValue()
拖拽效果中,需要用到的事件有
A. onmousemove
B. onmousedown
C. onmouseup
D. onclick
下面哪些方法不是正则的方法
A. search()
B. match ()
C. replace ( )
D. test ()