首页 > 编程语言 > 详细

javascript知识点小节

时间:2014-11-25 20:30:24      阅读:217      评论:0      收藏:0      [点我收藏+]

1.类型转换:parseInt\parseFloat\Number\==

2.本地对象的方法:

String:concat\split\substring\substr\match\replace

Number:toFixed

Array:concat\join\slice\splice

RegExp:exec\test

3.DOM操作:

getElementById\getElementsByName

createElement

appendChild\removeChild\replaceChild\insertBefore

4.事件:

attachEvent\addEventListener

事件捕获事件冒泡

5.宿主对象:

window.location.href

6.内置对象:

Global和Math

7.函数:函数表达式\作用域链\闭包

8.面向对象:原型\对象冒充\this

9.AJAX:XMLHttpRequset\跨域

暂时想到这些了,写出来像目录一样,算是过了一遍吧

javascript知识点小节

原文:http://www.cnblogs.com/linda586586/p/4121794.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!