Program_Download_ADD xmlns=httptempuriorg codestringcode stationstringstation productstringproduct linestringline workstationstringworkstation Program_Download_ADD根据上面的代码th
根据上面的代码,传参应该如下所示:
this.Invoke("Program_Download_ADD",
new object[] {
item_number,
station,
product,
line,
workstation });
其中,item_number是代表代码的字符串,station是代表站点的字符串,product是代表产品的字符串,line是代表线路的字符串,workstation是代表工作站的字符串。将这些参数按照顺序传入new object[]中,然后通过this.Invoke方法调用"Program_Download_ADD"。
原文地址: https://www.cveoy.top/t/topic/iDiq 著作权归作者所有。请勿转载和采集!