05/29 关键词
关键词onmousewheel DOMMouseScroll wheelDalta detail preventDefault() onkeydown onkeyup keyCode altKey ctrlKey shiftKey BOM Window Navigator Location History Screen appName userAgent history.length back()
关键词onmousewheel DOMMouseScroll wheelDalta detail preventDefault() onkeydown onkeyup keyCode altKey ctrlKey shiftKey BOM Window Navigator Location History Screen appName userAgent history.length back()
关键词onmousemove onmousedown onmouseup setCapture() releaseCapture()强调
关键词onmousemove 事件对象 clientX clientY pageX pageY scrollTop scrollLeft 事件的冒泡 Bubble cancelBubble 事件的委派 target 事件的绑定 addEventListener() attachEvent() 事件的传播代码clientX 距离可见页面最左边的距离clientY 距离可见页面最上边的距离pageX
关键词createElement() createTextNode() appendChild() removeChild() insertBefore() replaceChild() confirm() style currentStyle getComputedStyle() clientWidth clientHeight offsetWidth offsetHeight offsetP
关键词算子 运算符 复合赋值 递增 递减代码#include <stdio.h> //调用标准库 #include <stdlib.h> //调用标准库 void main(){ int a,b; printf("请输入要相加的数字\n"); scanf("%d %d",&a,&b); printf("请输入的数字和为%d\n",a+b); sys
关键词节点 node 事件 onclick ondblclick onmousemove onload getElementById() getElementsByName() getElementsByTagName() getElementsClassName() 元素 属性 childNodes firstChild lastChild children firstElementChild