摘要:
#!/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
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号