if(typeof($(“#id”).attr(“onmouseout”))==”undefined”){
alert(“属性onmouseout不存在”);
}
else{
alert(“属性onmouseout存在”);
« Node.js 究竟是什么?
nodejs实战案例(Express框架+mongoDB)之4:路由配置,ejs引擎 »
要发表评论,您必须先登录。
0 条评论。