Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
200 OK - jsnes.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sat, 03 May 2025 02:26:21 GMT
Content-Type: text/html; Charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private
Set-Cookie: ASPSESSIONIDSQQDRADB=PINHGPLCFHDMLNPCDICNOKBH; path=/
Server: wts/1.7.4

HTTP Code 200 OK

200 http 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: jsnes.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="台湾山耐斯气动元件有限公司,公司主营台湾山耐斯、广东尼尔森、台湾亚德客、台湾气立可气动元件产品:各类气管、伸缩管、内夹纱管、胶管、省力接头、快速接头、自锁带安全锁接头、自锁接头、不锈钢快速接头、塑钢耐腐接头、全金属插入式接头、铜快宁接头、不锈钢卡套接头、封闭式中压接头。超高压油压接头、气源处理件、调压阀。调压过滤器。过滤器。油雾器、自动排水器、电磁阀、手动阀、机械阀、附快排阀、梭阀、精密调速阀。安全阀、球阀、滑动开关、气缸、、风枪、轮座。总共涵盖约五千余种商品。台湾山耐斯台湾山耐斯、广东尼尔森、台湾山耐斯官网、台湾山耐斯、广东尼尔森、台湾亚德客、台湾气立可、苏州山耐斯、江苏山耐斯、尼尔森气动、广东尼尔森、台湾亚德客、台湾山耐斯苏州总代理、台湾山耐斯江苏总代理。" />
<meta name="keywords" content="台湾山耐斯官网、台湾山耐斯气动、苏州山耐斯气动、江苏山耐斯总代理、尼尔森气动、广东尼尔森、台湾亚德客、台湾气立可。总代理" />
<title>台湾山耐斯、广东尼尔森、台湾亚德客、台湾气立可-苏州真斯达气动元件有限公司</title>
<!--<script type="text/javascript" src="/inc/js/script.js"></script>-->
<link href="/inc/css/css.css" rel="stylesheet" type="text/css" />
<link href="css/css.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/lrtk.css">
<script src="js/jquery1.42.min.js" type="text/javascript"></script>
<script src="js/jquery.superslide.2.1.1.js" type="text/javascript"></script>
<script type="text/javascript" src="css1/js/jquery.min.js"></script>
<link rel="stylesheet" href="css1/css/lrtk.css"/>
</head>


<!-- 代码 开始 -->
<div id="leftsead">
	<ul>
		<li>
			<a href="javascript:void(0)" class="youhui">
				<img src="css1/images/l02.png" width="47" height="49" class="shows" />
				<img src="css1/images/a.png" width="57" height="49" class="hides" />
				<img src="css1/images/weixin.jpg" width="145" class="2wm" style="display:none;margin:-100px 57px 0 0" />
			</a>
		</li>
		<li>
			<a href="http://wpa.qq.com/msgrd?v=3&uin=917790471&site=qq&menu=yes" target="_blank">
				<div class="hides" style="width:161px;display:none;" id="qq">
					<div class="hides" id="p1">
						<img src="css1/images/ll04.png">
					</div>
					<div class="hides" id="p2"><span style="color:#FFF;font-size:13px">917790471</span>
					</div>
				</div>
				<img src="css1/images/l04.png" width="47" height="49" class="shows" />
			</a>
		</li>
        <li id="tel">
        <a href="javascript:void(0)">
            <div class="hides" style="width:161px;display:none;" id="tels">
                <div class="hides" id="p1">
                    <img src="css1/images/ll05.png">
                </div>
                <div class="hides" id="p3"><span style="color:#FFF;font-size:12px">0512-67773890</span>
                </div>
            </div>
        <img src="css1/images/l05.png" width="47" height="49" class="shows" />
        </a>
        </li>
        <li id="btn">
        <a id="top_btn">
            <div class="hides" style="width:161px;display:none">
                <img src="css1/images/ll06.png" width="161" height="49" />
            </div>
            <img src="css1/images/l06.png" width="47" height="49" class="shows" />
        </a>
    </li>
    </ul>
</div>

<script>

$(document).ready(function(){
    
    $("#leftsead a").hover(function(){
        if($(this).prop("className")=="youhui"){
            $(this).children("img.hides").show();
        }else{
            $(this).children("div.hides").show();
            $(this).children("img.shows").hide();
            $(this).children("div.hides").animate({marginRight:'0px'},'0'); 
        }
    },function(){ 
        if($(this).prop("className")=="youhui"){
            $(this).children("img.hides").hide();
        }else{
            $(this).children("div.hides").animate({marginRight:'-163px'},0,function(){$(this).hide();$(this).next("img.shows").show();});
        }
    });

    $("#top_btn").click(function(){if(scroll=="off") return;$("html,body").animate({scrollTop: 0}, 600);});

	    //右侧导航 - 二维码
        $(".youhui").mouseover(function(){
            $(this).children(".2wm").show();
        })
        $(".youhui").mouseout(function(){
            $(this).children(".2wm").hide();
        });


});


</script>
<!-- 代码 结束 -->
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="" height="115" background="images/index_03.jpg"><table width="1096" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="359"><img src="images/index_02.jpg" width="359" height="115"></td>
        <td width="737" height="115" valign="top" background="images/index_03.jpg"><table width="736" height="113" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td><table width="168" height="39" border="0" align="right" cellpadding="0" cellspacing="0">
              <tr>
                <td width="49"><img src="images/tel.png" width="35" height="43"></td>
                <td width="139"><span class="STYLE1">服务咨询热线:</span><br>
                          <span class="STYLE2">138-6211-1103</span></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td height="60"><table width="738" height="34" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td width="1001"><div id="nav" style="padding-left:1px">
                  <ul>
                    <li><a href="index.asp"> 首页</a></li>
                    <li><a href="about.html">关于我们</a></li>
                    <li><a href="news.html">新闻动态</a></li>
                    <li><a href="product.html">产品展示 </a></li>
                    <li><a href="message.asp"> 在线留言</a></li>
                    <li><a href="about_11.html"> 联系我们</a></li>
                  </ul>
                </div></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td bgcolor="#074578"><div align="center">
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1096" height="381">
        <param name="movie" value="flash/flash.swf" />
        <param name="quality" value="high" />
        <embed src="flash/flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1096" height="381"></embed>
      </object>
    </div></td>
  </tr>
</table>

<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="944" height="18" background="images/index_06.jpg"><img src="images/index_06.jpg" width="1096" height="18" /></td>
  </tr>
</table>
<table width="1096" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="209" height="36" valign="top"><table width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="209" height="40" background="images/index_07.jpg"><table width="200" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="71" height="27">&nbsp;</td>
        <td width="129" class="STYLE4">产品类别 / Product </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td background="images/index_12.jpg">
        <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkJ">
          <tr>
            <td><a href="product.asp?classid=1&amp;i=1" title="SUN RISE(台湾山耐斯)"  >SUN RISE(台湾山耐斯)</a></td>
          </tr>
        </table>
      
        <div style=" width:200px; display:none">
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=5&amp;i=1&amp;j=1" title="管类"  >管类</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=6&amp;i=1&amp;j=2" title="风枪"  >风枪</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=7&amp;i=1&amp;j=3" title="接头"  >接头</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=8&amp;i=1&amp;j=4" title="空压元件"  >空压元件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=9&amp;i=1&amp;j=5" title="空气调理组合"  >空气调理组合</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=10&amp;i=1&amp;j=6" title="电磁阀"  >电磁阀</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=11&amp;i=1&amp;j=7" title="气缸"  >气缸</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=12&amp;i=1&amp;j=8" title="压力开关、空压机"  >压力开关、空压机</a></td>
            </tr>
          </table>
          
        </div>
      
        <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkJ">
          <tr>
            <td><a href="product.asp?classid=3&amp;i=2" title="亚徳客"  >亚徳客</a></td>
          </tr>
        </table>
      
        <div style=" width:200px; display:none">
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=19&amp;i=2&amp;j=1" title="亚徳客辅件"  >亚徳客辅件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=20&amp;i=2&amp;j=2" title="亚徳客控制元件"  >亚徳客控制元件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=21&amp;i=2&amp;j=3" title="亚徳客气源处理元件"  >亚徳客气源处理元件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=22&amp;i=2&amp;j=4" title="亚徳客执行元件"  >亚徳客执行元件</a></td>
            </tr>
          </table>
          
        </div>
      
        <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkJ">
          <tr>
            <td><a href="product.asp?classid=2&amp;i=3" title="SMC"  >SMC</a></td>
          </tr>
        </table>
      
        <div style=" width:200px; display:none">
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=13&amp;i=3&amp;j=1" title="SMC传感器"  >SMC传感器</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=14&amp;i=3&amp;j=2" title="SMC多种流体用元件"  >SMC多种流体用元件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=15&amp;i=3&amp;j=3" title="SMC方向控制阀"  >SMC方向控制阀</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=16&amp;i=3&amp;j=4" title="SMC空气组合元件"  >SMC空气组合元件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=17&amp;i=3&amp;j=5" title="SMC气缸"  >SMC气缸</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=18&amp;i=3&amp;j=6" title="SMC真空元件"  >SMC真空元件</a></td>
            </tr>
          </table>
          
        </div>
      
        <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkJ">
          <tr>
            <td><a href="product.asp?classid=4&amp;i=4" title="费斯托"  >费斯托</a></td>
          </tr>
        </table>
      
        <div style=" width:200px; display:none">
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=23&amp;i=4&amp;j=1" title="费斯托电磁阀"  >费斯托电磁阀</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=24&amp;i=4&amp;j=2" title="费斯托附件"  >费斯托附件</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=25&amp;i=4&amp;j=3" title="费斯托过滤器"  >费斯托过滤器</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=26&amp;i=4&amp;j=4" title="费斯托气缸"  >费斯托气缸</a></td>
            </tr>
          </table>
          
        </div>
      
        <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkJ">
          <tr>
            <td><a href="product.asp?classid=27&amp;i=5" title="台湾气立可"  >台湾气立可</a></td>
          </tr>
        </table>
      
        <div style=" width:200px; display:none">
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=28&amp;i=5&amp;j=1" title="电磁阀"  >电磁阀</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=29&amp;i=5&amp;j=2" title="气缸"  >气缸</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=30&amp;i=5&amp;j=3" title="接头"  >接头</a></td>
            </tr>
          </table>
          
          <table width="200" border="0" cellspacing="0" cellpadding="0" class="linkA">
            <tr>
              <td ><a href="product.asp?classid=31&amp;i=5&amp;j=4" title="气管"  >气管</a></td>
            </tr>
          </table>
          
        </div>
      </td>
  </tr>
  <tr>
    <td><img src="images/index_19.jpg" width="209" height="179" /></td>
  </tr>
</table>
</td>
    <td width="22"><img src="images/index_08.jpg" width="22" height="1" /></td>
    <td width="865" valign="top"><table width="865" height="207" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td valign="top"><table width="864" height="60" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="434" valign="top"><table width="434" height="269" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="434" height="40" valign="bottom" background="images/index_09.jpg"><table width="205" height="31" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="108"><div align="center" class="STYLE4">关于我们</div></td>
                    <td width="97" class="STYLE6">ABOUT US</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td height="227" valign="top"><span class="STYLE11"><br />
                  <table width="426" height="62" border="0" cellpadding="0" cellspacing="0">                    <tbody><tr>                      <td><table width="425" height="46" border="0" cellpadding="0" cellspacing="0">                        <tbody><tr>                          <td width="156"><img src="images/about.jpg" width="154" height="134" alt="" /></td>                          <td width="269">苏州真斯达气动元件有限公司。是台湾山耐斯、尼尔森气动元件在江苏省直营专卖公司。近年来由于台湾山耐斯气动元件不断受大陆不法厂家和不良商畈侵扰,公司为抵制假冒产品.更好的服务于江苏客户,特成立真斯达气动元件有限公司。</td>                        </tr>                      </tbody></table></td>                    </tr>                    <tr>                      <td>真斯达:顾名思义---真正台湾山耐斯到达。苏州真斯达气动元件有限公司是一家销售和服务于一体的专业性气动元件有限公司,专业从事工业自动化设备和零部件为基础的贸易公司。</td>                    </tr>                  </tbody></table></span></td>
              </tr>
            </table></td>
            <td width="15"><img src="images/index_10.jpg" width="15" height="262" /></td>
            <td width="415" valign="top"><table width="414" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="416" height="40" valign="bottom" background="images/index_11.jpg"><table width="205" height="31" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="108"><div align="center" class="STYLE4">新闻动态</div></td>
                    <td width="97" class="STYLE6">NEWS</td>
                  </tr>
                </table></td>
              </tr>
              <tr>
                <td><table width="408" height="107" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="369" height="38" valign="top">
                        <table width="410" height="94" border="0" cellpadding="0" cellspacing="0">
                          <tr>
                            <td width="121" height="94"><img src="/UpLoad/201601/2016010634818297.jpg" width="109" height="93" /></td>
                            <td width="247"><table width="277" height="84" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td width="245" height="84" valign="top" ><span class="linkH"><a href="newsshow_1_17.html" title="苏州真斯达气动元件有限公司是一家销售和服务于一体的专业性气动元件有限公司台湾山耐斯官网,广东尼尔森气动元件" >苏州真斯达气动元件有限公司是一家...</a></span><br />
                                      <table width="275" height="53" border="0" cellpadding="0" cellspacing="0">
                                        <tr>
                                          <td width="245" class="STYLE9">台湾山耐斯气动元件有限公司是一家销售和服务于一体的专业性气动元件有限公司,经营产</td>
                                        </tr>
                                      </table>
                                    <span> <a href="newsshow_1_17.html" title="苏州真斯达气动元件有限公司是一家销售和服务于一体的专业性气动元件有限公司台湾山耐斯官网,广东尼尔森气动元件"><img src="images/more.jpg" width="36" height="14" border="0" /></a></span></td>
                                </tr>
                            </table></td>
                          </tr>
                        </table>
                      
                    </td>
                  </tr>
                  <tr>
                    <td><table width="411" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                          <td width="369" background="images/nn2.jpg"><img src="images/nn2.jpg" width="2" height="3" /></td>
                        </tr>
                        <tr>
                          <td>
                              <table width="412" height="31" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td width="369" height="28"><table width="411" height="33" border="0" cellpadding="0" cellspacing="0" class="linkE">
                                      <tr>
                                        <td width="10" height="33"><div align="left"><img src="images/nn1.jpg" width="3" height="10" /></div></td>
                                        <td width="315"><a href="newsshow_1_17.html" title="苏州真斯达气动元件有限公司是一家销售和服务于一体的专业性气动元件有限公司台湾山耐斯官网,广东尼尔森气动元件" >苏州真斯达气动元件有限公司是一家销售和服...</a></td>
                                        <td width="85" class="STYLE9">2016-01-06</td>
                                      </tr>
                                  </table></td>
                                </tr>
                                <tr>
                                  <td height="2" background="images/xx.jpg"><img src="images/xx.jpg" width="10" height="2" /></td>
                                </tr>
                              </table>
                            
                              <table width="412" height="31" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td width="369" height="28"><table width="411" height="33" border="0" cellpadding="0" cellspacing="0" class="linkE">
                                      <tr>
                                        <td width="10" height="33"><div align="left"><img src="images/nn1.jpg" width="3" height="10" /></div></td>
                                        <td width="315"><a href="newsshow_1_16.html" title="台湾山耐斯、广东尼尔森、台湾山耐斯官网、台湾山耐斯、广东尼尔森、台湾亚德客、台湾气立可、苏州山耐斯、江苏山耐斯、尼尔森气动、广东尼尔森、台湾亚德客、台湾山耐斯苏州总代理、台湾山耐斯江苏总代理、日本SMC" >台湾山耐斯、广东尼尔森、台湾山耐斯官网、...</a></td>
                                        <td width="85" class="STYLE9">2016-01-06</td>
                                      </tr>
                                  </table></td>
                                </tr>
                                <tr>
                                  <td height="2" background="images/xx.jpg"><img src="images/xx.jpg" width="10" height="2" /></td>
                                </tr>
                              </table>
                            
                          </td>
                        </tr>
                    </table></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><table width="865" height="78" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="865" height="36" background="images/index_17.jpg"><table width="858" height="31" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td width="108"><table width="205" height="31" border="0" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="94"><div align="center" class="STYLE4">产品展示</div></td>
                    <td width="111" class="STYLE5">PRODUCTS</td>
                  </tr>
                </table></td>
                <td width="97" ><table width="70" border="0" align="right" cellpadding="0" cellspacing="0" class="linkD">
                  <tr>
                    <td width="63">+<a href="#"> 产品中心 </a></td>
                  </tr>
                </table></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td><table>
              <tr>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_446.html" title="PE管"> <img src="/UpLoad/201601/2016010640505625.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="PE管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_446.html" title="PE管">PE管</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_447.html" title="PU管"> <img src="/UpLoad/201601/2016010640535157.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="PU管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_447.html" title="PU管">PU管</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_448.html" title="PU伸缩管 - 尼龙伸缩管"> <img src="/UpLoad/201601/2016010640557953.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="PU伸缩管 - 尼龙伸缩管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_448.html" title="PU伸缩管 - 尼龙伸缩管">PU伸缩管 - 尼龙</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_449.html" title="扁管架、平衡器"> <img src="/UpLoad/201601/2016010640575533.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="扁管架、平衡器" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_449.html" title="扁管架、平衡器">扁管架、平衡器</a></td>
                    </tr>
                </table></td>
                </tr><tr>
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_450.html" title="硅胶管"> <img src="/UpLoad/201601/2016010640599281.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="硅胶管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_450.html" title="硅胶管">硅胶管</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_451.html" title="硅胶内夹纱管"> <img src="/UpLoad/201601/2016010640656781.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="硅胶内夹纱管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_451.html" title="硅胶内夹纱管">硅胶内夹纱管</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_454.html" title="橡塑管"> <img src="/UpLoad/201601/2016010640759705.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="橡塑管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_454.html" title="橡塑管">橡塑管</a></td>
                    </tr>
                </table></td>
                
                <td><table border="0" cellspacing="0" cellpadding="0" style="margin:0 15px 0 0;">
                    <tr>
                      <td width="111" align="center" valign="middle" ><a href="productshow_5_455.html" title="氧氣乙炔单管"> <img src="/UpLoad/201601/2016010640784205.jpg" width="185" height="155" border="0" style="padding:2px; border:4px solid #ccc;" alt="氧氣乙炔单管" /></a></td>
                    </tr>
                    <tr>
                      <td height="39" align="center" ><a href="productshow_5_455.html" title="氧氣乙炔单管">氧氣乙炔单管</a></td>
                    </tr>
                </table></td>
                </tr><tr>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<br />
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <!--DWLayoutTable-->
  <tr>
    <td width="" height="366" valign="top" background="images/index_21.jpg"><table width="1096" height="357" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="592" height="357" valign="top"><p>&nbsp;</p>
              <table width="377" height="328" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td><img src="images/ll.jpg" width="545" height="96" /></td>
                </tr>
                <tr>
                  <td height="232" valign="top"><span class="STYLE11"><span style="font-family:Microsoft YaHei;"><strong><span style="font-size:16px;">服务咨询热线:</span></strong><br /><span style="font-size:18px;color:#00cccc;"><strong>13862111103</strong></span><br /><span style="font-size:12px;"><strong>联系人:潘经理<br /></strong></span></span><p><span style="font-family:Microsoft YaHei;"><strong>座 &nbsp; &nbsp;机:0512-67773890</strong></span></p><p><span style="font-family:Microsoft YaHei;"><strong>传 &nbsp; &nbsp;真:0512-67773990</strong></span></p>地址:苏州市姑苏区中街路144号<br /></span></td>
                </tr>
            </table></td>
        <td width="504" valign="top"><p>&nbsp;</p>
              <iframe width="504" height="330" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://j.map.baidu.com/WPQX7"></iframe></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="100%" height="119" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="" background="images/index_22.jpg"><table width="1000" height="100" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center" class="STYLE10">地址:苏州市姑苏区东中市125号B11 咨询热线:13862111103 网址:www.jsnes.com<br />
          任何个人或单位未经许可不得复制转载转刊 本网站涉及内容最终解释权归苏州真斯达气动有限公司所有 请勿建立镜像 后台管理<br />
          Copyright ? 2015-2018 JSNES.COM 版权所有:苏州真斯达气动有限公司</div></td>
      </tr>
    </table></td>
  </tr>
</table>

</body>
</html>                               

Whois info of domain

Domain Name: JSNES.COM
Registry Domain ID: 1785006817_DOMAIN_COM-VRSN
Registrar WHOIS Server: grs-whois.hichina.com
Registrar URL: http://www.net.cn
Updated Date: 2024-03-07T06:55:55Z
Creation Date: 2013-03-08T07:36:37Z
Registry Expiry Date: 2027-03-08T07:36:37Z
Registrar: Alibaba Cloud Computing (Beijing) Co., Ltd.
Registrar IANA ID: 420
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-03T02:26:03Z <<<
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