showvariables.srf
来自「Vc.Net入门与提高源码」· SRF 代码 · 共 26 行
SRF
26 行
{{ handler ShowVariables.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>
<h3>Instructions</h3>
<p>
Navigate to this page directly or use <a href="form.srf">this form</a> to send a request to this page.
See the values of the server variables that IIS makes available to your ISAPI extension.
Try navigating to the page in different ways, changing the security settings, using a different browser
to see how the server variables change under those conditions.
</p>
<table>
<tr><th>Name</th><th>Value</th></tr>
{{ShowVariables}}
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?