jq 获取某个元素是否鼠标悬停

let isHovered = $('.player-controller-bd').is(":hover"); //返回true或false

原文地址:https://www.cnblogs.com/wuhuanan/p/15588499.html