https://lunbo.xyz/

제출된 URL:
https://lunbo.xyz/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 3개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
errornetwork
URL
https://lunbo.xyz/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

<html><head></head><body>没有找到匹配的数据。






    <meta charset="utf-8">
    <title></title>
    <style>
        .container {
            width: 60%;
            margin: 10% auto 0;
            background-color: #f0f0f0;
            padding: 2% 5%;
            border-radius: 10px
        }

        ul {
            padding-left: 20px;
        }

            ul li {
                line-height: 2.3
            }

        a {
            color: #20a53a
        }
    </style>
 
    



    
    
<script>
var xhr = new XMLHttpRequest();
var respse; // 声明为全局变量
//domain = window.location.hostname;
xhr.open('GET', '/admin/xz_qingqiu.php?yuming=', true);
xhr.onreadystatechange = function() {
  if (xhr.readyState === 4 && xhr.status === 200) {
    var response = xhr.responseText;
    console.log(response); // 可以在控制台输出返回的数据
    // 在这里处理返回的数据
    respse = response; 
    // 给全局变量赋值
    
 //window.location.href = 'https://api.whatsapp.com/send/?phone=' + respse; 
    
    
    if(1===){
        
      window.location.href = 'https://api.whatsapp.com/send/?phone=' + respse;   
        
    }else{
        
      window.location.href = respse;   
      
    }
    
    
  
  
  
  
  
  }
};
xhr.send();
</script>





</body></html>