请教怎么访问a.html#xx_xx跳转到a.html
遇到这个问题:www.1.net/a.html#payments_alipay 跳转关系与规则不符想不到好的解决方法,怎么实现取消.html后面的变量
访问1.net/a.html#xx_xx然后定向到1.net/a.html 怎么解决呢? js split window.location.href.split('#') 大概这样? mxy123h 发表于 2018-7-25 17:12
window.location.href.split('#') 大概这样?
大佬有完整版吗, 板凳 发表于 2018-7-25 17:18
大佬有完整版吗,
<script language="javascript">
if(window.location.href.split('#').length>1){
window.location.href=window.location.href.split('#')
}
</script> 服务器的重定向不行吗? 要在静态页面做?
页:
[1]