<!DOCTYPE html>
<html>
<body>
<p>
所有可能的伺服器變數
</p>
<%
對於 Request.ServerVariables 中的每個專案
Response.Write(Item & "<br>")
下一步
%>
</body>
</html>