25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jumpota.html 419 B

3 년 전
123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>跳转中...</title>
  8. </head>
  9. <body>
  10. <script>
  11. var search = location.search;
  12. location.href = "http://ota.neusoft.com:30001/wechatOrder/index.html" + search;
  13. </script>
  14. </body>
  15. </html>