$(function () { /*新闻资讯切换*/ $(".index .news").slide(); $("#top").click(function () { $("body, html").stop().animate({ "scrollTop": 0 }); }); });