当前位置: 代码迷 >> 综合 >> 虚拟定位软件不需要root的
  详细解决方案

虚拟定位软件不需要root的

热度:95   发布时间:2023-09-08 13:58:34.0
虚拟定位软件不需要root的
所以用的代码是:
onChange="window.open(this.options[this.selectedIndex].value,'_blank')"
但这样很容易被屏蔽的...有更好的办法吗
可以用变通的方法,
1.页面用<a id="aa" target=_blank></a>
2.document.getElementById('aa').href=this.options[this.selectedIndex].value;
3.执行document.getElementById('aa').click 虚拟定位软件不需要root的
  相关解决方案