$(document).on('mouseover', '.close', function() {
alert('ok');
});如果mouseover改成click,能成功alert,但我需要鼠標滑過的效果。
js中鼠標滑過的實現?
慕勒3428872
2018-10-11 13:11:08