if(typeof($(“#id”).attr(“onmouseout”))==”undefined”){
alert(“属性onmouseout不存在”);
}
else{
alert(“属性onmouseout存在”);
« javascript,splice、push向数组中插入数据,先进先出,先进后出
转:遇见Javascript类型数组(Typed Array) »
要发表评论,您必须先登录。
0 条评论。