function start() { document.getElementById("Button1").disabled = true; document.getElementById("Button1").value = 5; window.setTimeout("tick()",1000); } function tick() { var time = new Number(document.getElementById("Button1").value); if(time>0) { document.getElementById("Button1").value = time-1; window.setTimeout("tick()",1000); } else { document.getElementById("Button1").disabled = false; } } function ssClick() { var cx = document.searchform.keys.value; searchform.action ="slist.asp?keys="+cx; }
start();
首页 /

温度

  • 型号:VF9700/VF9600
    TQC SHEEN最低成膜温度仪用于测定最低成膜温度试验。有2种型号VF9700和VF9600。
    了解更多
  • 型号:DC7100
    露点仪是能直接测出露点温度的仪器,TQC DC7100露点仪运行稳定,能够测量大气温度,表面温度,空气湿度,露点温度,并且能够计算表面温度和露点温度的差异,指出较佳的涂装条件
    了解更多
在线咨询 电话联系
var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?2411464452ad3a9d5e51c039b84d07d8"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); window.onscroll=function(){ var t=document.documentElement.scrollTop||document.body.scrollTop; var div2=document.getElementById("div2"); if(t>= 1000){ div2.className = "div2_1"; }else{ div2.className = "div2"; } }