⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 photoview.asp

📁 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage
💻 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 + -