<img src="xx" onmouseover="mydots.showtips(this)"/>
<script>
mydots.showtips = function(self){
self.onmouseout=function(){
setTimeout(this.hide,200);
}
}
</script>
然后hide方法就调用不了了,为什么呢,怎么解决
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
是调用不了呢还是事件没注册成功