$(document).ready(function(){
changecolor('a')
$('a').mouseover(function(){
$bg=$(this).css('backgroundColor')
$(this).css('box-shadow','0px 0px 20px '+$bg)
$(this).css('border-radius','20px')
})
$(this).css('box-shadow','0px 0px 20px '+$bg) 这里为什么要空一格呢?Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
空一格?不明白你的问题