请任何人,给我点击图像URL更改的解决方案!我正在使用swiper进行图片库
我想要网址
http://idangero.us/swiper/demos/25-hash-navigation.html#slide2
到
你可以给我一些解决方案吗,我怎么能这样做......答案 0 :(得分:1)
可以通过在javascript中使用窗口对象来实现URL重写:
window.history.pushState(“object or string”, “Title”, “/new-url”);