<% string strname = Request.QueryString["strName"]; %>
Request.QueryString 获取http 查询字符串变量集合
<% 里面的是嵌套的c#