jQuery实现锚点滑动定位时间:2023-03-09 15:50:19 go=function(index){ var top = $('#caseNewGuide' + index).offset().top; $('html, body').animate({ scrollTop: top }, 500)}