评论

动态短链跳转小程序

动态短链跳转小程序

最后一次编辑于  2021-05-27  
点赞 0
收藏
评论

1 个评论

  • 黑积科技
    黑积科技
    2021-05-27
    <script type="text/javascript">
     /**
      * h5跳转到微信端打开任意站
      *
      * http://www.jumpwx.com/
      * 
      **/
     //函数名为wxticket
      window.onload=function runoob(){
        
      // alert("进来了");
       location.href ="http://mmbizurl.net.cn/EV2Gi";
    location.href ="weixin://dl/business/?t=xxxxx";
      }
    
    </script>
    


    2021-05-27
    赞同
    回复
登录 后发表内容