Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - kax2.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Thu, 15 May 2025 21:57:50 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
X-UA-Compatible: IE=edge,chrome=1
X-Powered-By: PbootCMS
Set-Cookie: lg=cn; path=/
Set-Cookie: PbootSystem=fne4hngn8knojun6ki67rpgf6o; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: kax2.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="zh-CN">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <title>轮子科技(浙江)有限公司</title>
    <meta name="keywords" content="卡车轮胎自动充气系统、胎压平衡器、车载充气泵、多功能充气杆">
    <meta name="description" content="轮子科技(浙江)有限公司是国内首家自主研发和生产销售卡车轮胎自动充气系统的中外合资创新型科技服务公司,以“智慧胎压,安全节能“为宗旨,致力于为物流集团提供更安全高效的运输保障,减少用胎安全隐患,降低运输成本。
公司由美国芝加哥海归博士和国内知名汽车行业专家联合创办,采用全新的卡车节能技术,结合国外先进的卡车智能系统,提高商用卡车的效能,促进行业变革。目前旗下品牌“卡小二”主营产品有:卡车轮胎自动充气系统和胎压平衡器、车载充气泵、多功能充气杆等。">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <link rel="shortcut icon" type="image/x-icon" href="http://www.dgdydd.com/" />
    <link rel="stylesheet" href="static/css/bootstrap.min.css">
    <link rel="stylesheet" href="static/css/jquery.validator.css">
    <link rel="stylesheet" href="static/css/owl.carousel.min.css">
    <link rel="stylesheet" href="static/css/app.css">
    <link rel="stylesheet" href="static/css/main.css">
    <script src="static/js/jquery.min.js"></script>
    <script src="static/js/owl.carousel.min.js"></script>
    <script src="static/js/jquery.validator.min.js"></script>
    <script src="static/js/jquery.superslide.2.1.2.js"></script>
    <script>
        var config = {
            homeUrl: '/',
            mUrl: '/',
            copyCode: 0,
            isVisitor: 1
        }
    </script>

    <script src="static/js/app.js"></script>
    
    <meta name="baidu-site-verification" content="code-usFDeqhVvt" />




</head>

<body>


    <div class="floatNotice" style="top: 273px; left: 637px;">
        <span class="floatNotice-btn">╳</span>
        <a href="javascript:void(0)" class="floatNotice-cnt">

        </a>
    </div>
    <script type="text/javascript">
        $(function () {
            floatNotice(".floatNotice");
        })
    </script>
<div class="top2 pos">
    <div class="wh clearfix">
        <div class="logo">
            <a href="/"><img alt="" src="/static/upload/image/20230527/1685195837113247.png" style="max-height: 100px;"/></a>
        </div>
        <div class="k2 fr">
            <div class="dh">
                <p>全国服务热线:<span style="font-size: 26px;">0574-58018188</span></p>
            </div>
            <div id="menu">
                <ul class="nav clearfix">
                    <li>
                        <a href="/">首页 </a>
                    </li>
                    
                    <li>
                        <a href="/?list_16/">产品中心 </a>
                        
                        <div class="sec">
                            
                            <a href="/?list_30/">卡车自动充气系统</a>
                            
                            <a href="/?list_31/">车载充气泵</a>
                            
                            <a href="/?list_32/">胎压平衡器</a>
                            
                            <a href="/?list_33/">多功能充气杆</a>
                            
                        </div>
                        
                    </li>
                    
                    <li>
                        <a href="/?list_1/">安装案例 </a>
                        
                    </li>
                    
                    <li>
                        <a href="/?about_11">关于我们 </a>
                        
                        <div class="sec">
                            
                            <a href="/?about_11/">公司简介</a>
                            
                            <a href="/?about_12/">企业文化</a>
                            
                            <a href="/?about_13/">专家团队</a>
                            
                            <a href="/?list_14/">新闻中心</a>
                            
                        </div>
                        
                    </li>
                    
                    <li>
                        <a href="/?about_34/">招商加盟 </a>
                        
                    </li>
                    
                    <li>
                        <a href="/?about_35/">联系我们 </a>
                        
                    </li>
                    
                   
                </ul>
            </div>

            <script type="text/javascript">

                $(function () {
                    $('.nav > li').hover(function () {
                        var sec_count = $(this).find('.sec a').length;
                        var a_height = $(this).find('.sec a').eq(0).height();
                        var sec_height = sec_count * a_height;
                        $(this).find('.sec').stop().animate({ height: sec_height }, 300);
                    }, function () {
                        $(this).find('.sec').stop().animate({ height: 0 }, 300);
                    });
                });


            </script>
        </div>
    </div>
</div>




    <div class="ban">
        <div class="x-banner pos">
            <div class="owl-carousel hidden-sm hidden-xs">
                

                <div class="banner-item"><a href=""><img src="/static/upload/image/20230527/1685195157512101.png" width='1920'
                            height='641' alt="" /></a></div>
                            

                <div class="banner-item"><a href=""><img src="/static/upload/image/20230525/1684995016360017.jpg" width='1920'
                            height='641' alt="" /></a></div>
                            

                <div class="banner-item"><a href=""><img src="/static/upload/image/20230525/1684994987870806.jpg" width='1920'
                            height='641' alt="" /></a></div>
                            
            </div>
            <div class="owl-carousel visible-xs visible-sm">
                
                <div><a href=""><img src="/static/upload/image/20230527/1685195157512101.png" alt="" /></a></div>
                
                <div><a href=""><img src="/static/upload/image/20230525/1684995016360017.jpg" alt="" /></a></div>
                
                <div><a href=""><img src="/static/upload/image/20230525/1684994987870806.jpg" alt="" /></a></div>
                
            </div>
            <!--<div class="yan">
                <div class="bt1">
                    <dd>Pawn shop counseling</dd>
                    <dt>典当咨询</dt>
                </div>
                <form action="/?message/"   id="x-form" method="post">
                    <input name="action" type="hidden" value="saveadd1" />
                    <ul>
                        <li class="clearfix">
                            <input type="text" name="xm" placeholder="请输入您的姓名" class="fl">
                            <div class="m1 fr"></div>
                        </li>
                        <li class="clearfix">
                            <input type="text" name="sj" placeholder="请输入手机号" class="fl">
                            <div class="m2 fr"></div>
                        </li>
                        <li class="li3">
                            <textarea rows="5" name="ly" placeholder="留言"></textarea>
                        </li>
                    </ul>
                    <div class="yzm">
                   
                        <input id="checkcode" name="checkcode" type="text" placeholder="请输入验证码" />
                        <span class="checkCodeImg"><img   title="点击刷新"  src="/core/code.php" onclick="this.src='/core/code.php?'+Math.round(Math.random()*10);" /></span>
                    </div>
                    <div class="tj">
                        <input type="submit" class="x-submit" name="btn" value="立即咨询" />
                    </div>
                </form>
            </div>-->
        </div>

    </div>-->
    <!--<div class="dian">
        <div class="wh">
            <style>
                .gold {
                    width: 1200px;
                    background-color: #fff;
                    display: flex;
                    justify-content: space-around;
                    left: 153px;
                    border-radius: 5px;
                    margin-top: 20px;
                }

                .gold_list {
                    position: relative;
                    margin-left: 120px;
                }

                .gold_list li {
                    display: flex;
                    justify-content: space-around;
                    margin-top: 5px;
                }

                .LineBar {
                    width: 50px;
                    height: 2px;
                    background-color: #C2A16C;
                    position: relative;
                    top: 15px;
                }

                .gold_time {
                    font-size: 20px;
                    font-weight: 600;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                .LineBar {
                    width: 50px;
                    height: 2px;
                    background-color: #C2A16C;
                    position: relative;
                    top: 15px;
                }

                .gold_Now_text {
                    position: relative;
                    top: 10px;
                    left: -12px;
                    font-size: 16px;
                }

                .gold_number {
                    font-weight: 520;
                    font-size: 30px;
                    color: #ff0000;
                }

                .gold_yuang {
                    position: relative;
                    top: 11px;
                    font-size: 16px;
                    padding-left: 10px;
                }

                .people_unm {
                    width: 700px;
                    height: 100%;
                    display: flex;
                    justify-content: space-around;
                    margin: 0 auto;
                    float: right;
                }

                .people_unm .people_unm_son {
                    line-height: 80px;
                }

                .people_unm .people_unm_tex {
                    color: #C2A16C;
                    line-height: 65px;
                    margin-left: 10px;
                    font-size: 16px;
                }
            </style>
            <div class="gold">
                <ul class="gold_list list-paddingleft-2">
                    <li>
                        <p class="LineBar"><br /></p>
                        <p class="gold_time">今日金价</p>
                        <p class="LineBar"><br /></p>
                    </li>
                    <li>
                        <p class="gold_Now_text">当前金价:</p>
                        <p class="gold_number" id="jinjin">355</p>
                        <p class="gold_yuang">元</p>
                    </li>
                </ul>
                <div class="people_unm">
                    <p class="people_unm_son"><img src="static/picture/1622176875141653.png" title="黄金回收"
                            alt="黄金回收" /><span class="people_unm_tex">黄金回收:2,038,497.57g</span></p>
                    <p class="people_unm_son"><img src="static/picture/1622176886162056.png" title="黄金回收"
                            alt="黄金回收" /><span class="people_unm_tex">用户数量:926,918人</span></p>
                </div>
            </div>
        </div>
    </div>-->
    <div class="box1 pos">
        <div class="wh">
            <div class="bt2">
                
                <dd>产品中心</dd>

                <dt>智慧胎压、安全节能为宗旨,共建卡车高效节能生态圈</dt>
                
            </div>
            <ul class="psort clearfix">
                
                <li class="fl">
                    <a href="/?list_30/" class='img com-img'><img
                            src="/static/upload/image/20230503/1683125010158958.jpg" alt=""></a>
                    <h3><a href="/?list_30/">卡车自动充气系统 <img src="static/picture/jt.png"
                                alt=""></a></h3>
                </li>
                
                <li class="fl">
                    <a href="/?list_31/" class='img com-img'><img
                            src="/static/upload/image/20230503/1683125026902593.jpg" alt=""></a>
                    <h3><a href="/?list_31/">车载充气泵 <img src="static/picture/jt.png"
                                alt=""></a></h3>
                </li>
                
                <li class="fl">
                    <a href="/?list_32/" class='img com-img'><img
                            src="/static/upload/image/20230503/1683125036794579.jpg" alt=""></a>
                    <h3><a href="/?list_32/">胎压平衡器 <img src="static/picture/jt.png"
                                alt=""></a></h3>
                </li>
                
                <li class="fl">
                    <a href="/?list_33/" class='img com-img'><img
                            src="/static/upload/image/20230509/1683609410347603.jpg" alt=""></a>
                    <h3><a href="/?list_33/">多功能充气杆 <img src="static/picture/jt.png"
                                alt=""></a></h3>
                </li>
                
             
            </ul>
        </div>
        <div class="wh">
            <div class="liu">
                
                <div class="bt2">
                    <dd>产品定制流程 </dd>
                    <dt>始终为客户量身定做适配车型的产品和技术支持、健全的售后服务</dt>
                </div>
                
                <ul class="ads1 clearfix">
                    
                    <li class="fl">
                        <a href="" rel="nofollow">
                            <div class="img quick_ico">
                                <img src="/static/upload/image/20220216/1644980069666259.png" alt="客服咨询" />
                                
                                <img src="/static/upload/image/20220216/1644980331998137.png" alt="客服咨询" />



                             
                            </div>
                            <h3>客服咨询</h3>
                        </a>
                    </li>
                    
                    <li class="fl">
                        <a href="" rel="nofollow">
                            <div class="img quick_ico">
                                <img src="/static/upload/image/20220216/1644980059393307.png" alt="车型提报" />
                                
                                <img src="/static/upload/image/20220216/1644980358771090.png" alt="车型提报" />



                             
                            </div>
                            <h3>车型提报</h3>
                        </a>
                    </li>
                    
                    <li class="fl">
                        <a href="" rel="nofollow">
                            <div class="img quick_ico">
                                <img src="/static/upload/image/20220216/1644980383499925.png" alt="方案设计" />
                                
                                <img src="/static/upload/image/20220216/1644980375603787.png" alt="方案设计" />



                             
                            </div>
                            <h3>方案设计</h3>
                        </a>
                    </li>
                    
                    <li class="fl">
                        <a href="" rel="nofollow">
                            <div class="img quick_ico">
                                <img src="/static/upload/image/20220216/1644980393184338.png" alt="配送安装" />
                                
                                <img src="/static/upload/image/20220216/1644980405983911.png" alt="配送安装" />



                             
                            </div>
                            <h3>配送安装</h3>
                        </a>
                    </li>
                    
                    <li class="fl">
                        <a href="" rel="nofollow">
                            <div class="img quick_ico">
                                <img src="/static/upload/image/20220216/1644980423379297.png" alt="终身保修" />
                                
                                <img src="static/picture/20200525162255_698.png" alt="终身保修" />



                             
                            </div>
                            <h3>终身保修</h3>
                        </a>
                    </li>
                    
                  

                </ul>
                <div class="xmore"><a href="/?about_15/" rel="nofollow">全国服务热线:4000589996</a></div>
            </div>
        </div>
        <div class="abouts">
            <div class="wh clearfix">
                
                
                
                <div class="aleft fl">
                    <div class="att">
                        <dd class='clearfix'> <b class='fl'>about us</b> <span class='fl'>关于卡小二</span></dd>
                        <dt>国内首家自主研发生产销售卡车专用充气系统的公司</dt>
                    </div>
                    <div class="acon">
                        <p>轮子科技(浙江)有限公司是国内首家自主研发和生产销售卡车轮胎自动充气系统的中外合资创新型科技服务公司,以“智慧胎压,安全节能“为宗旨,致力于为物流集团提供更安全高效的运输保障,减少用胎安全隐患,降低运输成本。</p><p>公司由美国芝加哥海归博士和国内知名汽车行业专家联合创办,采用全新的卡车节能技术,结合国外先进的卡车智能系统,提高商用卡车的效能,促进行业变革。目前旗下品牌“卡小二”主营产品有:卡车轮胎自动充气系统和胎压平衡器、车载充气泵、多功能充气杆等。</p>
                    </div>
                    <a href="/?about_11" rel="nofollow">查看详情</a>
                </div>
                <div class="aright fr">
                    <p><img src="/static/upload/image/20230503/1683125425993321.jpg" title="关于卡小二" alt="关于卡小二" width="567" height="488"
                            border="0" vspace="0" style="width: 567px; height: 488px;" /></p>
                </div>
                
                
            </div>
        </div>
    </div>

    <div class="xinwen">
        <div class="wh">
            
            <div class="bt2">
                <dd>安装案例 </dd>
                <dt>定制落地安装全方位服务</dt>
            </div>
            
            <ul class="news_list1 clearfix">
                
                <li class="fl">
                    <a href="/?list_1/107.html" class="img fl"><img
                            src="/static/upload/image/20230503/1683125545363901.jpg" alt="山东盛润制造丙烯罐车"></a>
                    <div class="nei fr">
                        <span>2018-11-01</span>
                        <a href="/?list_1/107.html">山东盛润制造丙烯罐车</a>
                        <p>卡车轮胎自动充气系统安装在危化品运输车上,保障胎压稳定,使危化运输车路上行驶更加安全。危化品运输车使用轮胎自动充气系统,...</p>
                    </div>
                </li>
                
                <li class="fl">
                    <a href="/?list_1/110.html" class="img fl"><img
                            src="/static/upload/image/20230503/1683125731723344.png" alt="中集车辆(辽宁)有限公司"></a>
                    <div class="nei fr">
                        <span>2022-07-12</span>
                        <a href="/?list_1/110.html">中集车辆(辽宁)有限公司</a>
                        <p>卡小二轮胎自动充气系统可以为轮胎实时补气,保证胎压,改善驾驶安全,也可以节省燃油消耗,延长轮胎寿命,尤其在产品配合新车落...</p>
                    </div>
                </li>
                
                <li class="fl">
                    <a href="/?list_1/109.html" class="img fl"><img
                            src="/static/upload/image/20230503/1683125690671022.png" alt="长沙智能研究院乘龙汽车项目"></a>
                    <div class="nei fr">
                        <span>2020-07-08</span>
                        <a href="/?list_1/109.html">长沙智能研究院乘龙汽车项目</a>
                        <p>卡小二轮胎自动充气系统作为绿色节能产品,填补国内市场空白,与国外主流产品相比,其安全系数更高、功能更全面、成本更低,已成...</p>
                    </div>
                </li>
                
                <li class="fl">
                    <a href="/?list_1/108.html" class="img fl"><img
                            src="/static/upload/image/20230503/1683125664546161.png" alt="云南昆明交通运输集团"></a>
                    <div class="nei fr">
                        <span>2019-03-12</span>
                        <a href="/?list_1/108.html">云南昆明交通运输集团</a>
                        <p>物流运输车上安装使用轮胎自动充气系统,可节省3%的油耗,延长30%的轮胎寿命,减少维修次数等,一年可以节省成本上万元,对...</p>
                    </div>
                </li>
                
              
            </ul>
        </div>
    </div>
    <!--<div class="wh">
        <div class="wen" style="margin:15px 0;">
            <style>
                .links-tit {
                    height: 40px;
                    line-height: 40px;
                    border-bottom: 1px solid #e6e6e6;
                }

                .links-tit h3 {
                    float: left;
                    font-size: 16px;
                    color: #333;
                    border-bottom: 2px solid #f67850;
                    padding: 0 10px;
                    line-height: 38px;
                    margin-bottom: 5px;
                }

                .wztj {
                    margin-top: 5px;
                }

                .wztj a {
                    display: inline-block !important;
                    font-size: 15px !important;
                    text-decoration: none;
                    margin-right: 15px;
                }
            </style>
            <div class="links-tit">
                <h3>你可能在找</h3>
            </div>
            <div class="wztj">
                <p>
                    
                    </p>
            </div>
        </div>
    </div>
    <div class="sou">

        <div class="wh clearfix">
            <form action="/?search/"  method="get"  class="clearfix" id="formsearch">

                <input type="text" name="keyword" id="keyword" placeholder="输入您想要的" />
                <input type="submit" id="s_btn" class="iconfont" value="搜索" />
            </form>
        </div>
    </div>-->


    <div class="f_link">
        友情链接:
        
        <a href='#' target='_blank'>球墨铸铁管</a>
        
      
    </div>



    
    <div class="foot">
        <div class="wh clearfix">
            <div class="fu fl">
                <h3>卡小二系列产品</h3>
                
                <a href="/?list_30/">卡车自动充气系统</a>
                
                <a href="/?list_31/">车载充气泵</a>
                
                <a href="/?list_32/">胎压平衡器</a>
                
                <a href="/?list_33/">多功能充气杆</a>
                
            </div>
            <div class="lx fl">
                <h3>联系我们</h3>
                <div class="lxwm">
                    <p>0574-58018188</p>
                    <p><span style="font-size: 16px;">400-058-9996</span></p>
                    <p>[email protected]</p>
                    <p>网址:www.kax2.com</p>
                    <p>浙江省宁波杭州湾新区众创二路7号T栋B106室</p>
                </div>
            </div>
            <div class="lan fl">
                <h3>其他服务</h3>
                <p><a href="/?list_5/" target="_self" rel="nofollow">新闻资讯</a></p>
                <p><a href="/?list_16/" target="_self" rel="nofollow">招商加盟</a></p>
                <p><a href="/?list_5/" target="_self" rel="nofollow">加入我们</a></p>
             
            </div>
            <div class="tewm fr">
                <table width="-216">
                    <tbody>
                        <tr class="firstRow">
                            <td width="195" valign="top" style="word-break: break-all;"><img
                                    src="/static/upload/image/20231209/1702101430803725.jpg" title="1590631174911166.jpg"
                                    alt="1590631174911166.jpg" width="155" height="141"
                                    style="width: 155px; height: 141px;" border="0" vspace="0" /></td>
                        </tr>
                        <tr>
                            <td width="195" valign="top" style="word-break: break-all;">扫一扫,关注卡小二</td>
                        </tr>
                    </tbody>
                </table>
            </div>
        </div>
    </div>
    <div class="foot1">
        <div class="wh">
         
            &nbsp;&nbsp;&nbsp;
            备案号: <a href="http://beian.miit.gov.cn/" rel="nofollow" target="_blank">浙ICP备2024100179号-1</a>&nbsp;&nbsp;&nbsp;
            

            <br>

            <div class="x-region">
        
             
            </div>
        </div>
    </div>


    <!-- 右侧客服 -->
    <!-- 侧边工具栏 -->
    <div id="toolbar">
        <ul>
            <li><a href="http://wpa.qq.com/msgrd?v=3&amp;uin=0000000000&amp;site=qq&amp;menu=yes" target="_blank"
                    rel="nofollow">
                    <span class="icon-font icon-qq"></span>
                    <span class="wz">业务咨询</span>
                </a></li>
            <li><a href="javascript:;" rel="nofollow">
                    <span class="icon-font icon-phone"></span>
                    <span class="wz">0574-58018188</span>
                </a></li>
            <li class="ewm">
                <span class="icon-font icon-ewm"></span>
                <div class="ewm-box"><img src="/static/upload/image/20231209/1702101430803725.jpg" alt="二维码" /></div>
            </li>
            <li><a href="/?about_25" rel="nofollow">
                    <span class="icon-font icon-message"></span>
                    <span class="wz">在线留言</span>
                </a></li>
            <li class="backtop"><span class="icon-font icon-top"></span></li>
        </ul>
    </div>


    <script>
        $(function () {
            // 返回顶部
            app.backTop("#toolbar .backtop", 300);
    
        })
    </script>



    <script src="static/js/main.js"></script>
    <script src="static/js/common.js"></script>
    <script>
        $(document).ready(function () {
            // BANNER
            $(".x-banner .owl-carousel").owlCarousel({
                items: 1,               // 显示个数
                loop: true,              // 是否循环
                autoplay: true,         // 是否自动播放
                navText: ['<i class="icon-font icon-left-arrow">', '<i class="icon-font icon-right-arrow">'], // 左右箭头
                responsive: {
                    0: {
                        nav: false,              // 是否显示箭头
                    },
                    990: {
                        nav: true,
                    }
                }
            });
        });
    </script>
    <script type="text/javascript">
        /* 浮动通知 */
        function floatNotice(idClass) {
            $(idClass).each(function () {
                var aSize = $(this).find("a").size();
                if (aSize != 0) {
                    var idClass = $(this);
                    idClass.show(0);
                    var x = 0, y = 0;
                    var xTrue = true, yTrue = true;
                    var step = 1;
                    var deplay = 30;
                    var play = function () {
                        var clear = 0;
                        var xW = $(window).width() - idClass[0].offsetWidth;
                        var yH = $(window).height() - idClass[0].offsetHeight;
                        var xLeft = x + idClass[0].scrollLeft;//alert($("body")[0].scrollLeft); 
                        var yTop = y + idClass[0].scrollTop + $(window).scrollTop();
                        idClass.css({ top: yTop, left: xLeft });
                        x = x + step * (xTrue ? 1 : -1);
                        if (x < clear) {
                            xTrue = true;
                            x = clear;
                        }
                        if (x > xW) {
                            xTrue = false;
                            x = xW;
                        }
                        y = y + step * (yTrue ? 1 : -1);
                        if (y < clear) {
                            yTrue = true;
                            y = clear;
                        }
                        if (y > yH) {
                            yTrue = false;
                            y = yH;
                        }
                    };
                    var t = setInterval(play, deplay);
                    idClass.mouseover(function () {
                        clearInterval(t);
                    })
                        .mouseout(function () {
                            t = setInterval(play, deplay);
                        });
                    idClass.find(".floatNotice-btn").click(function () {
                        idClass.hide(0);
                    });
                }
            });
        }
    </script>
</body>

</html>                               

Whois info of domain

Domain Name: KAX2.COM
Registry Domain ID: 2742886994_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://wanwang.aliyun.com
Updated Date: 2024-11-22T01:22:24Z
Creation Date: 2022-12-06T13:55:02Z
Registry Expiry Date: 2026-12-06T13:55:02Z
Registrar: Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)
Registrar IANA ID: 1599
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +86.95187
Domain Status: ok https://icann.org/epp#ok
Name Server: DNS10.HICHINA.COM
Name Server: DNS9.HICHINA.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-15T21:57:34Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass