摘要: import requestsfrom bs4 import BeautifulSoup url = "..." payload =...headers = None response = requests.request("POST", url, data=payload, headers=hea 阅读全文
posted @ 2018-06-11 16:49 韩家姐姐 阅读(1414) 评论(0) 推荐(0)
摘要: import xml.dom.minidom input_xml_string = '''<root><a>hello</a></root>'''#打开xml文档#dom = xml.dom.minidom.parse(‘abc.xml‘)dom=xml.dom.minidom.parseStrin 阅读全文
posted @ 2018-06-11 16:43 韩家姐姐 阅读(384) 评论(0) 推荐(0)