displaypic1.asp

来自「文件上传功能。本例中包括文件上载有组件和无组件两种上载方法。」· ASP 代码 · 共 64 行

ASP
64
字号
<html>
<style>
<style>
<!--#include file="css.htm"-->
</style>
</style>

<head>
</head>
<% id=request.querystring("id")%>
<body background="back.gif">
<div align=center>
<image src=displaypic.asp?id=<%=id%>>
<table width=400>
<tr><td>&nbsp;</td>
</tr>
</table>
<a href="sendphoto.asp">返回</a>

</body>
</table>










































⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?