05/31 关键词
关键词typeof() instanceof === 基本数据类型 引用数据类型 数据 内存 变量强调数据类型:基本类型、对象类型;变量类型:基本类型、引用类型;辨析:数据、内存、变量内存实际是不可见的,内存条是可见的,可以把内存比作书,而数据就好比书的内容、知识,变量是目录的索引,可以导向这些数据,这些内容、知识(个人见解,2020年5月31日);
关键词typeof() instanceof === 基本数据类型 引用数据类型 数据 内存 变量强调数据类型:基本类型、对象类型;变量类型:基本类型、引用类型;辨析:数据、内存、变量内存实际是不可见的,内存条是可见的,可以把内存比作书,而数据就好比书的内容、知识,变量是目录的索引,可以导向这些数据,这些内容、知识(个人见解,2020年5月31日);
关键词setInterval() clearInterval() setTimeout() clearTimeout() JSON parse() stringify() eval()代码setInterval() 定时器var timer=setInterval(function(){//code},1000);clearInterval() 关闭定时器clearInterval(timer);
关键词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