摘要: import urllib import requests from xml.etree import ElementTree as ET root = ET.XML(open('D:\E\semantic\\a.xml','r',encoding = 'utf-8').read()) print(root.tag) for i in root: print(i.tag,i.attr... 阅读全文
posted @ 2016-12-28 17:20 200ML 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 公共Webservice 网络上可供测试的Web Service腾讯QQ在线状态 WEB 服务Endpoint: http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx Disco: http://www.webxml.com.cn/ 阅读全文
posted @ 2016-12-28 14:42 200ML 阅读(217) 评论(0) 推荐(0) 编辑