首页 > 其他 > 详细

实验吧 ihdr 随笔

时间:2016-02-17 22:17:21      阅读:632      评论:0      收藏:0      [点我收藏+]

  打开页面进去后图片不能正常显示   写个脚本  将图片下载到本地

  

#!/usr/bin/python
# -*- coding: utf-8 -*-  
import urllib,urllib2,base64,re
url = http://ctf4.shiyanbar.com/stega/IHDR.png
page = urllib.urlopen(url)
html = page.read()
fp = open(a,wb)
fp.write(html)
print html
fp.close()
    

 

实验吧 ihdr 随笔

原文:http://www.cnblogs.com/songxl/p/5196542.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!