欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

ASP IsClientConnected 屬性

response 對(duì)象參考手冊(cè)

IsClientConnected 屬性指示出客戶機(jī)是否已與服務(wù)器斷開連接。

語法

response.IsClientConnected

實(shí)例

<%
If response.IsClientConnected=true then
  response.write("The user is still connected!")
else
  response.write("The user is not connected!")
end if
%>

response 對(duì)象參考手冊(cè)