摘要: 1.hash方式 URL的hash即锚点( ),本质上是改变window.location的href属性 可以直接通过赋值location.hash来改变href,但是页面不发生刷新 `location.hash='/aaa'`这两个实际路径是一致的 路径显示:http://192.168.0.10 阅读全文
posted @ 2020-02-14 10:11 kanaliya 阅读(1905) 评论(0) 推荐(0)