js使用onmouseover()显示太快,可以用setInertval优化吗
setInertval可以放到onmouseover里面,就是这个事件之前,隔多少秒执行里面的代码
可以用防抖函数去实现
可以的