摘要:
suds是Python的一个soap库。下载suds。把文件拷入python的库目录下。soapclient.pyfrom suds.client import Clientfrom suds.sax.element import Elementimport base64def upFile(client,file): f = open(file,'rb') fs = f.read() attac... 阅读全文
posted @ 2009-08-03 22:10 莫森 阅读(1490) 评论(0) 推荐(0)