clone.py 文件源码

python
阅读 28 收藏 0 点赞 0 评论 0

项目:Trity 作者: toxic-ig 项目源码 文件源码
def clone():
    print (''+T+'Remember to put https:// in front of the website!')
    hey = raw_input(''+T+'' + color.UNDERLINE + 'Website>' + color.END)
    response = urllib2.urlopen(hey)
    page_source = response.read()

    with io.FileIO("websitesource.html", "w") as file:
        file.write(page_source)
    print (''+G+'[*] Finished!')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号