摘要: http://httpbin.org/get http://httpbin.org 阅读全文
posted @ 2021-05-19 20:54 dmwc 阅读(45) 评论(0) 推荐(0) 编辑
摘要: python模块 pip install ipython pip install itchat 阅读全文
posted @ 2021-05-19 20:53 dmwc 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 生成主机地址: 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 def getIP(count=1000, startIP='1.1.1.1'): 5 a1 = int(startIP.split('.')[0]) 6 a2 = int(s 阅读全文
posted @ 2021-05-19 20:51 dmwc 阅读(921) 评论(0) 推荐(0) 编辑