
.Net
文章平均质量分 74
yangguang_2012
全球
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
System.Collections.Specialized.NameValueCollection 的Add(string name,string value)用法
System.Collections.Specialized.NameValueCollection 的Add(string name,string value)用法小心处理:1.代码示例: System.Collections.Specialized.NameValueCollection PostVars = new System.Collections.Specialized.NameValueCollection(); for (int i = 0; i原创 2010-11-26 13:14:00 · 1047 阅读 · 0 评论 -
C# ASP.net get 和POST
<br />1.服务器端。<br /> protected void Page_Load(object sender, EventArgs e)<br /> {<br /> if (!IsPostBack)<br /> {<br /> string strPost=string.Empty;<br /> try<br /> {<br /> strPost= Request["p原创 2010-11-27 12:48:00 · 494 阅读 · 1 评论