黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

檢查用戶是否仍然與服務(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)文章