📄 aa.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE3 {font-size: 12px}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #E3E3E3;
}
-->
</style>
</head>
<body>
<form id="form1" name="form1" method="post" action="shiu.asp">
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="68" height="24"><span class="STYLE3">图片名称:</span></td>
<td width="232" height="24"><input name="filename" type="text" size="30" /></td>
</tr>
<tr>
<td height="24"><span class="STYLE3">水印坐标:</span></td>
<td height="24"><span class="STYLE3">X
<input name="x" type="text" size="8" />
Y
<input name="y" type="text" size="10" />
</span></td>
</tr>
<tr>
<td height="24"><span class="STYLE3">水印内容:</span></td>
<td height="24"><input name="text" type="text" size="30" /></td>
</tr>
<tr>
<td height="24"> </td>
<td height="24"><input name="Submit" type="submit" value="确定添加水印" /></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -