一、 get方法
string name = Request.Query["Name"]
当首次刷新网页时 name的值是 null,当空表单提交时 name 的值是 “”。 当 name=null 时, Request.Query["Name"].ToString()的值是 “”。