游钓四方

Results 4 comments of 游钓四方

> 有没有办法判断页面滚动到哪里然后自动加载? 懒加载嘛,我感觉不太行。服务器速度如果不快,评论稍微十几个,你这加载都要十几秒....

博客用不到GET传参就直接屏蔽掉.....放在head前 ```js var url = decodeURI(window.location); url = url.split('?')[0]; window.history.pushState({}, 0, url); ```