利用隐藏的窗体字段在客户机和服务器间传递数据也是可行的
例如:<input type="hidden" name="aa" value="abc">
string str=Request.Form["aa"];str就等于“abc“
总结,最好不要放安全性高的数据,例如不要传递密码,银行卡号码等数据
联系方式: http://www.cnblogs.com/aierongaierong@2118.cn aierong@hotmail.com QQ:114298