摘要: $("body").animate({"scrollTop": top})被Firefox支持问题的解决: 其实是因为使用了body的: $("body").animate({"scrollTop": top}); 只被chrome支持,而不被Firefox支持。 而使用html的: $("html 阅读全文
posted @ 2020-03-20 16:52 rachelch 阅读(150) 评论(0) 推荐(0)