深入学习ing

2018年1月31日

使用JS模拟锚点跳转

摘要: B:使用JS模拟锚点跳转: js中location.href可以跳转至某个url; 1、window.location.href = window.location.href + "#mao"; 阅读全文

posted @ 2018-01-31 18:02 深入学习ing 阅读(2572) 评论(1) 推荐(1)

导航