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

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

代碼:

<!DOCTYPE html>
<html>
<body>
<br />
<%
If Response.IsClientConnected=true then
Response.Write("The user is still connected!")
else
Response.Write("The user is not connected!")
end if
%>
<br />
</body>
</html>

結(jié)果:

The user is still connected!
相關(guān)文章