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