帮帮我?
1
<%
if not isempty(application("out")) then
response.write"你上网的时间:"&application("in")&"<br>"
response.write"你上网的时间:"&application("out")&"<br>"
response.write"浏览时间统计为:"&
end if
%>
帮我讲一下是什么意思,特别是第一句,
2
<%
application("myvar")="hello"
set application("myobj")=server.createobject("mycomponent")
%>
这是什么意思,谢了