face.asp

来自「用JAVA编写的网络留言簿。前台功能 一、用户注册/注册资料修改。 二、」· ASP 代码 · 共 18 行

ASP
18
字号
<%j=request("face")
if j="" then j=1%>
<html>
<head>
<title></title>
</head>
<body>
<table width="100%" border="0" bgcolor="#F0F3F4">
  <tr> 
    <td width="31%" height="50" valign="bottom" bgcolor="#F0F3F4"> 
    </td>
    <td width="69%" valign="top" bgcolor="#F0F3F4"> 
      <div align="right"><img src="face/image<%=j%>.gif" width="32" height="32" align="top"><br>
        <br>
      </div></td>
  </tr>
</table>
</body></html>

⌨️ 快捷键说明

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