摘要: /*返回上次浏览位置*/$(function () { var str = window.location.href; str = str.substring(str.lastIndexOf("/") + 1); if ($.cookie(str)) { $("html,body").animate 阅读全文
posted @ 2017-01-04 11:54 薄小冰 阅读(3312) 评论(0) 推荐(0)