日期:2014-05-16 浏览次数:20389 次
1在js中为某个对象(控件)绑定事件通常可以采取两种手段:
1)<input type="button" onclick="clickHandler();"/>
2)<input type="button" id="button1"/>
<script type="text/javascript">
var v = document.getElementById("button1");
v.onclick = clickHandler;
</script>
2 有两种类型的cookie
3 在javaScript中,函数(Function)就是对象.
4 在javaScript中,没有方法(函数)重载的概念.
5 javaScript中