试题详情
多项选择题在HTML页面中,定义了如下的Javascript函数,则正确调用该函数的HTML代码是()  function compute(op){  alert(op);  }

A、<input name=”a” type=”button” onclick=”compute(this.value)” value=”+”> 

B、<input name=”b” type=”button” onclick=”compute(‘-‘)” value=”-”> 

C、<input name=”c” type=”button” onclick=”compute(“*”)” value=”*”> 

D、<input name=”d” type=”button” onclick=”compute(/ )” value=”/”>

  • A,B
  • 关注下方微信公众号,在线模考后查看

热门试题