标签:项目 技术 div 分享 code height import string interface
方 法 一 : 选择项目,右键添加服务引用,输入服务地址,如图:
点击确定跳转到如下界面:
调用 接口:
ServiceReference1.ImportDataServiceClient sr = new ImportDataServiceClient(); string str= sr.interfaceTest("666"); MessageBox.Show(str);
方 法 二:使用代理类,
还没有搞太明白,以后加上
标签:项目 技术 div 分享 code height import string interface
原文地址:https://www.cnblogs.com/aijiao/p/10283676.html