📄 showform.srf
字号:
{{ handler ShowForm.dll/Default }}
<html>
<!-- (c) 2000 Microsoft Corporation -->
<head>
<title>{{Title}}</title>
<meta http-equiv="content-type" content="text/html; charset=iso8859-1">
<link rel="stylesheet" href="normal.css" type="text/css">
</head>
<body>
<h1>{{Title}}</h1>
<table>
<tr><th>Name</th><th>Value</th></tr>
{{ShowForm}}
</table>
<h3>Instructions</h3>
<p>
Use <a href="form.srf">this form</a> to send a request to this page.
The information about each element of the form will
be displayed in a table.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -