【多选题】
(专基_Js)事件处理程序有( )。___
A. : HTML事件处理程序
B. : DOM0级事件处理程序
C. : DOM1级事件处理程序
D. :
E. S事件处理程序
查看试卷,进入试卷练习
微信扫一扫,开始刷题

答案
AB
解析
暂无解析
相关试题
【多选题】
(专基_Js)已知按钮节点btn,以下能实现单击btn按钮,弹出"hello JS"的语法`正确的有( )。___
A. : btn.onclick = function(){ alert( "hello JS" ); }
B. : btn.click = function(){ alert( "hello JS" ); }
C. : btn.onclick = fn ; function fn(){ alert( "hello JS" ); }
D. : btn.onclick = fn() ; function fn(){ alert( "hello JS" ); }
【多选题】
(专基js)已知按钮节点btn,以下能实现单击btn按钮,弹出"hello world"的语法`正确的有___
A. : btn.onclick = function(){ alert( "hello world" ); }
B. : btn.click = function(){ alert( "hello world" ); }
C. : btn.onclick = fn ; function fn(){ alert( "hello world" ); }
D. : btn.onclick = fn() ; function fn(){ alert( "hello world" ); }
【多选题】
(专基_Js)以下设置定时器的方法`正确的有( )。___
A. : setInterval()
B. : setTimeout()
C. : clearInterval()
D. : cleaTimeout()
【多选题】
(专基_Js)以下是清除定时器的方法`正确的有( )。___
A. : setInterval()
B. : setTimeout()
C. : clearInterval()
D. : cleaTimeout()
【多选题】
(专基_Js)以下是设置定时器的方法有( )。___
A. : setInterval()
B. : setTimeout()
C. : clearInterval()
D. : cleaTimeout()
【多选题】
(专基_Js)有函数myFn需要重复调用执行,间隔时间1秒,则以下语法结构`正确是有( )。___
A. : setInterval( myFn , 1000 )
B. : setInterval( function(){ myFn()} , 1000 )
C. : setInterval( myFn() , 1000 )
D. : setInterval( "myFn()" , 1000 )
【多选题】
(专基_Js)以下关于DOM对象说法`正确的是( )。___
A. : document.getElementsByTagName()可以获取一个伪数组,保存节点的集合
B. : document.getElementById()只能获取1个节点
C. : document.getElementById()如果没有获取到节点则报错
D. : document.getElementsByTagName()有length属性
【多选题】
(网站工程)以下哪些绑定事件写法`正确?___
A. : p.onclick = function(){}
B. : p.onclick = fun
C. : p.onclick = fun()
D. : p[“onclick”] = function(){}
【多选题】
(专基_Js)JS技能中拖拽案例使用了以下哪些事件( )。___
A. : mousemove
B. : mousedown
C. : mouseup
D. : mouseover
【多选题】
(专基_Js)已知按钮btn,以下能实现单击btn按钮,弹出"hello JS"的语法错误的有( )。___
A. : btn.onclick = function(){ alert( "hello JS" ); }
B. : btn.click = function(){ alert( "hello JS" ); }
C. : btn.onclick = fn ; function fn(){ alert( "hello JS" ); }
D. : btn.onclick = fn() ; function fn(){ alert( "hello JS" ); }
【多选题】
var num = Math.floor( Math.random() * 8 + 1); 以下选项哪些可能是num的返回结果___
A. : 6
B. : 4
C. : 2
D. : 1
【多选题】
(专基_Js)删除数组arr末尾元素可以使用哪些方法( )。___
A. : arr.pop()
B. : arr.length = arr.length - 1
C. : arr = splice(arr.length, 1)
D. : arr.splice(arr.length - 1, 1)
【多选题】
实现在浏览器中按下鼠标开始拖动,松开停止拖动的效果,用到的鼠标事件有():___
A. : onmouseup
B. : onmousedown
C. : onmousemove
D. : onmouseover
【多选题】
关于JavaScript中的数组,说法`正确的是()?___
A. : JavaScript中没有数组类型
B. : new Array(3)定义的数组中只有一个元素是3
C. : new Array(1,2,3)定义的数组中有3个元素
D. : JavaScript中的数组可以用new Array()来定义
【多选题】
(专基_Js)以下是日期对象的方法的有( )。___
A. : getTime()
B. : setWeek()
C. : setFullYear()
D. : setDay()
【多选题】
(专基_Js)以下Date对象的方法,`正确的有( )。___
A. : getfullYear()
B. : getMinutes()
C. : getWeek()
D. : getDay()
【判断题】
(专基_Js)实际上, undefined 值是派生自 null 值的,因此 ECMA-262规定对它们的相等性测试要返回 true:alert(null == undefined); //true
A. 对
B. 错
推荐试题
【单选题】
“让统治阶级在共产主义革命面前发抖吧。无产者在这个革命中失去的只是锁链,他们获得的将是整个世界。”此材料出自哪一部著作 ___
A. 《人权宣言》
B. 《独立宣言》
C. 《共产党宣言》
D. 《解放黑人奴隶宣言》
【单选题】
同以往一切社会制度相比,社会主义制度的最本质的特点是 ___
A. 建立了市场经济体制
B. 实现了以按劳分配为主体的分配制度
C. 有计划地调节经济
D. 公有制为主体和共同富裕
【单选题】
社会主义制度代替资本主义制度是 ___
A. 由于资本主义固有矛盾无法解决
B. 生产关系一定要适应生产力发展规律的要求
C. 社会生产与社会需求矛盾发展的结果
D. 无产阶级与资产阶级矛盾的结果
【单选题】
马克思主义政党 ___
A. 是工人阶级的群众组织
B. 是各个阶级的先进分子组成的政党
C. 可以吸收其他阶级、阶层认同党纲、愿为其奋斗的人入党
D. 不应接受任何非工人阶级的人士入党
【单选题】
我国关于建立国际新秩序的主张不包括以下哪项内容 ___
A. 尊重各国国情,求同存异
B. 用和平方式处理国际争端
C. 互利合作,共同发展
D. 安理会成员国决定重大国际事务
【单选题】
对苏联模式的错误评价是 ___
A. 曾经促进了社会主义制度的巩固和发展
B. 曾有力地推动了社会生产力的发展
C. 为苏联反法西斯战争的胜利提供了有力的物质和人员保障
D. 承认市场的作用,充分调动了企业和劳动者的积极性
【单选题】
马克思恩格斯根据他们所处的历史时代的特点,提出了无产阶级革命将在几个重要的资本主义国家同时发生的观点。这个“同时发生”的“同时”是指 ___
A. 同一个月
B. 同一天
C. 同一时刻
D. 同一个历史发展时期
【单选题】
列宁在晚年提出了在俄国建设社会主义的构想,未包括的内容是 ___
A. 发展生产力,努力实现工业化和电气化
B. 实行农业合作化
C. 进行党和国家机构的改革
D. 进行文化建设,但不开展“文化革命”
【单选题】
下列哪项不是列宁关于社会主义革命和建设的理论 ___
A. 资本主义经济发展不平衡的规律
B. 社会主义革命可能在一国、几国获得胜利
C. 建设具有本国特色的社会主义
D. 新经济政策
【单选题】
能够真正实现把马克思主义的普遍真理与本国的具体实际相结合,科学地解决问题本国革命、建设和改革的问题表明马克思主义政党 ___
A. 已经走向成熟
B. 是为人民谋利益的政党
C. 是先进工人阶级的代表
D. 是社会主义事业的领导核心
【填空题】
explore ,transmit, resource, emerge,yield, pose, assume, confidence,inherit, comprehensive
Given the chance to show his ability, he regained [ ]and began to succeed in school
【填空题】
take a toll on,in other words ,drop out,in turn ,at risk (of) ,interfere with,be accustomed to, contribute to,cut back on ,hold on to
The new government has committed to [ ] emissions of greenhouse gases
【填空题】
take a toll on,in other words ,drop out,in turn ,at risk (of) ,interfere with,be accustomed to, contribute to,cut back on ,hold on to
My parents do not object to my taking part-time jobs, but they remind me not to let them [ ] my school work
【填空题】
take a toll on,in other words ,drop out,in turn ,at risk (of) ,interfere with,be accustomed to, contribute to,cut back on ,hold on to
Anger, worry, disappointment, these negative emotions [ ] your heart, brain and body
【填空题】
take a toll on,in other words ,drop out,in turn ,at risk (of) ,interfere with,be accustomed to, contribute to,cut back on ,hold on to
If a person adopts an unhealthy lifestyle, he will surely be [ ]developing diseases.