用户注册
<%if request.Cookies("username")<>"" then response.Write("欢迎:"&request.Cookies("username")) else%>用户登陆 <%end if%>
<%if request.Cookies("username")<>"" then%>发表日志
用户退出
<%end if%>