当前位置: 代码迷 >> 综合 >> 虚拟定位精灵2.1破解6
  详细解决方案

虚拟定位精灵2.1破解6

热度:20   发布时间:2023-09-09 13:58:34.0
虚拟定位精灵2.1破解6
location.href='ping.html#chen=陈建平‘
取锚点值 location.hash 结果是:#chen=陈建平
location.href='ping.html?chen=陈建平‘
取?后面的值 location.href.search() 结果是:?chen=陈建平
再用substring(1) 就可以取#或?后的值了,再用split()方法可以把多个参数放入数据中
var args=xx.split('&') 虚拟定位精灵2.1破解6
  相关解决方案