摘要:
XML 例子: # -*- encoding:utf-8 -*- import requests from xml.etree import ElementTree as ET f = requests.get('http://www.webxml.com.cn/WebServices/Weathe 阅读全文
摘要:
#!/usr/bin/env python # -*- coding: utf-8 -*- data=[25,18,20,90,74,76,79,80,95,150,192,144]#方法一# j=1# while j<len(data):# for i in range(len(data)-j): 阅读全文