python調用接口:動態調用接口,把字符串當做方法名方法

1,調用方式: 使用suds這個第三方模塊,貼出代碼: from suds.client import Client seedStr = 'http://www.webxml.com.cn/WebServices/TraditionalSimplifiedWebService.asmx?wsdl' client = Client(seedStr) print(client) 成功,打印出cile
相關文章
相關標籤/搜索