如果是post提交的,就用Request.Form.GetValues方法 如果是get提交的,就用Request.QueryString.GetValues方法
asp.net关于post和get传值的问题
最新推荐文章于 2021-08-18 10:50:25 发布
如果是post提交的,就用Request.Form.GetValues方法 如果是get提交的,就用Request.QueryString.GetValues方法