【腾讯云】云产品限时秒杀,爆款1核2G云服务器,首年99元
摘要: #!/usr/bin/env python # coding=utf-8 import sys import json import os def curl(url): c = '\'' command = 'curl ' + c + url +c output = os.popen(command) output = output.read() ... 阅读全文
posted @ 2018-06-13 15:29 happenzh 阅读(192) 评论(0) 推荐(0) 编辑