发布时间:2019-08-14 12:44:09编辑:auto阅读(2097)
import urllib2
print "stand"
for i in range(1, 23, 1):
url = 'http://newoss.maiziedu.com/yxyh4/pand-%02d.mp4' % i
f = urllib2.urlopen(url)
data = f.read()
name = 'python_pandas_%02d.mp4' % (i)
with open(name, "wb") as code:
code.write(data)
print 'end'
上一篇: 学习Python 免费电子书 TOP10
下一篇: Python进阶(三十四)-Python
50962
50343
40958
37828
32292
29182
28071
22899
22862
21193
1055°
1731°
1419°
1352°
1616°
1443°
2097°
3640°
3569°
2514°