专题文章
时长:00:00更新时间:2020-11-27 20:37:49
兼容FF/IE跟随鼠标的层的效果_javascript技巧: #level{ border: 1px solid #ccc; background: #CCFFCC; width:100px;height:30px; position:absolute; } function addEvent(elm, evType, fn, useCapture) { if (elm.addEventListener){ elm.addEventListener(evType, fn, useCapture); return true
查看详情