JavaScript各类参考手册+调试+严格模式+使用误区

来源:互联网 发布:淘宝ip截图是什么 编辑:程序博客网 时间:2024/06/16 06:29

HTML DOM事件参考手册:http://www.runoob.com/jsref/dom-obj-event.html

RegExp正则表达式参考手册:http://www.runoob.com/js/js-regexp.html

JavaScript 调试:http://www.runoob.com/js/js-debugging.html

JavaScript 严格模式(use strict):http://www.runoob.com/js/js-strict.html

JavaScript 常见错误+使用误区:http://www.runoob.com/js/js-mistakes.html