扫码下载编程狮APP
<html> <body> <p> All possible server variables: </p> <FONT COLOR=#ff0000><% For Each Item in Request.ServerVariables Response.Write(Item & "<br />") Next %></FONT> </body> </html>