移动端实现hover效果 document.body.addEventListener(‘touchstart’, function(){ });加上这行代码,空函数就行然后:hover改成:active,实现PC端hover效果 css 2023-10-18 123 点赞 1 评论 186 浏览