📄 photoview.asp
字号:
<!--#include File="../conndb.asp"-->
<!--#include file="../class/Photo.asp"-->
<html>
<head>
<title>设置图片</title>
</head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
pid = CLng(Request("pid"))
imgurl = Request("imgurl")
set obj = new Photo
obj.add_viewcount(pid)
set obj = Nothing
%>
<script language="javascript">
// 刷新照片列表,显示更新的浏览数量
opener.location.reload();
</script>
<%
Response.Redirect(imgurl)
%>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -