05/29 关键词

关键词onmousewheel DOMMouseScroll wheelDalta detail preventDefault() onkeydown onkeyup keyCode altKey ctrlKey shiftKey BOM Window Navigator Location History Screen appName userAgent history.length back()

- 阅读全文 -

05/27 关键词

关键词onmousemove onmousedown onmouseup setCapture() releaseCapture()强调

- 阅读全文 -

05/26 关键词

关键词onmousemove 事件对象 clientX clientY pageX pageY scrollTop scrollLeft 事件的冒泡 Bubble cancelBubble 事件的委派 target 事件的绑定 addEventListener() attachEvent() 事件的传播代码clientX 距离可见页面最左边的距离clientY 距离可见页面最上边的距离pageX

- 阅读全文 -

05/25 关键词

关键词createElement() createTextNode() appendChild() removeChild() insertBefore() replaceChild() confirm() style currentStyle getComputedStyle() clientWidth clientHeight offsetWidth offsetHeight offsetP

- 阅读全文 -

C

关键词算子 运算符 复合赋值 递增 递减代码#include <stdio.h> //调用标准库 #include <stdlib.h> //调用标准库 void main(){ int a,b; printf("请输入要相加的数字\n"); scanf("%d %d",&a,&b); printf("请输入的数字和为%d\n",a+b); sys

- 阅读全文 -

05/24 关键词

关键词节点 node 事件 onclick ondblclick onmousemove onload getElementById() getElementsByName() getElementsByTagName() getElementsClassName() 元素 属性 childNodes firstChild lastChild children firstElementChild

- 阅读全文 -