# nc -z -w xxxx.com - Connection to xxxx.com port [tcp/ftp] succeeded! Connection to xxxx.com port [tcp/http] succeeded! Connection toxxxx.com port [tcp/epmap] succeeded! Connection to xxxx.com139 port [tcp/netbios-ssn] succeeded! Connection to xxxx.
全局变量 var lblTimer; var d; ready事件里面写 lblTimer = $("#lbltimer"); d = new Date('<%=DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")%>'); lblTimer.children("span").text(getStr(d)) setInterval("setTimer()", 1000); fun