页面传递参数: 假设页面1拥有以下链接?a href="index2.asp?color=green">Go:点击就传递给页面index2.asp的参数是color绿色是:,那?page2.asp 如何获得 color 参数? Request.QueryString("color")