在浏览器地址中加参数

运行时,想在浏览器中加参数,可以加下面这一段

在web.config中的<system.web>下加

1 <webServices>
2 <protocols>
3 <add name="HttpGet" />
4 <add name="HttpPost" />
5 </protocols>
6 
7 </webServices>

 

posted @ 2014-11-14 17:00  飞天SKY  阅读(677)  评论(0编辑  收藏  举报