问答题
简答题
如果在一个B/S结构的系统中需要传递变量值,但是又不能使用Session、Cookie、Application,您有几种方法进行处理?
【参考答案】
QueryString、FormsAuthentication、this.Server.Transfer
点击查看答案
