if(typeof($(“#id”).attr(“onmouseout”))==”undefined”){
alert(“属性onmouseout不存在”);
}
else{
alert(“属性onmouseout存在”);
« JavaScript 静态方法和动态方法以及他们的不同
关于阮一峰博客《学习Javascript闭包》章节中最后两个思考题 »
要发表评论,您必须先登录。
0 条评论。