checkuser.asp
来自「基于asp的博客系统+论文(代码齐全)经过调试」· ASP 代码 · 共 11 行
ASP
11 行
<%
if (trim(request("user")) <> trim(request.Cookies("user")("username"))) and request.Cookies("user")("username") <> "" then
response.Cookies("user").Expires = now()
%>
<script language="javascript">
window.location = "<%= "default.asp?user=" & request("user") %>";
//alert("go");
</script>
<%
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?