鼠标类型

来源:互联网 发布:linux 请求url命令 编辑:程序博客网 时间:2024/05/13 00:31
//change cursor style
function mouseOver(obj) {
 
  obj.style.cursor='pointer';
}



onmouseover="if(true) this.style.cursor='hand';"


      style="cursor:hand"即可


0 0
原创粉丝点击