码迷,mamicode.com
首页 > 其他好文 > 详细

在浏览器地址中加参数

时间:2014-11-14 17:41:50      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   sp   div   on   log   

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

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

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

 

在浏览器地址中加参数

标签:style   blog   http   color   os   sp   div   on   log   

原文地址:http://www.cnblogs.com/sky-pig/p/4097711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!