类别:程序开发
日期:2021-06-22 浏览:2123 评论:0
WebService支持Post和Get方法
<?xml version="1.0"?> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <system.web> <compilation defaultLanguage="c#" debug="true"/> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/> </protocols> </webServices> </system.web> </configuration>
本文标题:WebService支持Post和Get方法
本文链接:https://vtzw.com/post/680.html
版权声明:本文不使用任何协议授权,您可以任何形式自由转载或使用。
发表评论 / 取消回复