【单选题】在 HTML 页面中包含一个按钮控件 mybutton ,如果要实现点击该按钮时调用已定义的 Javascript 函数 compute ,要编写的 HTML 代码是( )
【单选题】用三点方式绘制圆后,若要精确地在圆心处开始绘制直线,应使用AUTOCAD的( )工具
【判断题】严爱适度原则就是爱中有严,严中有爱。()
【单选题】用三点方式绘制圆后,若要精确地在圆心处开始绘制直线,应使用AUTOCAD的()工具
【单选题】下列哪项不属于幼儿科学教育活动主要设计原则()
【单选题】用三点方式绘制圆后,若要精确地在圆心处开始绘制直线,应使用AutoCAD的( )工具
【单选题】在 HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是
A.
< input name=”mybutton” type=”button” onBlur=”compute()”value=”计算” >
B.
input name=”mybutton” type=”button” onFocus=”compute()”value=”计算” >
C.
input name=”mybutton” type=”button” onClick=”function compute()”value=”计算” >
D.
input name=”mybutton” type=”button” onClick=”compute()”value=”计算” >