69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

檢查用戶是否仍然與服務(wù)器連接

代碼:

<!DOCTYPE html>

<html>

<body>

 

<%

If Response.IsClientConnected=true then

Response.Write("The user is still connected!")

else

Response.Write("The user is not connected!")

end if

%>

 

</body>

</html>

結(jié)果:

The user is still connected!

相關(guān)文章