session是暂时存储于服务器端的值,不知道你用的啥语言,如果是asp.net可以在html页面放个label然后 在pageload里面加上Label1.Text = Session["name"].ToString();