网页返回顶部JS代码
function scrollToTop() {
window.scrollTo({
top: 0,
behavior: 'smooth'
});
}
18.65KB
文件大小:
评论区