I'm using this:
我正在使用这个:
<script>
$(document).ready(function(){
$(".navbar a").on('click', function(event) {
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
window.location.hash = hash;
});
});
})
</script>
<script>
$(documen