摘要: #coding=utf-8 from IPy import IP write=open('result.txt','a') allgame=open('allgame.txt') gameline=allgame.readline() while gameline: name=gameline.sp 阅读全文
posted @ 2017-04-12 17:04 monster_ygs 阅读(316) 评论(2) 推荐(0) 编辑
摘要: Website: https://github.com/haypo/python-ipy/ 安装: easy_install IPy >>> from IPy import IP >>> dir(IP) ['__add__', '__cmp__', '__contains__', '__doc__' 阅读全文
posted @ 2017-04-12 17:01 monster_ygs 阅读(3863) 评论(0) 推荐(0) 编辑