03 2018 档案

摘要:原贴:https://segmentfault.com/q/1010000009284816?_ea=1883181 也是找了好久 阅读全文
posted @ 2018-03-15 16:29 绿色的麦田 阅读(7517) 评论(1) 推荐(0) 编辑
摘要:#!/usr/bin/env python # -*- coding: utf-8 -*- from urllib.request import urlopen import warnings import os import json URL = 'http://bangth.com:8080/osconfeed.json' JSON = 'osconfeed.json' def load(... 阅读全文
posted @ 2018-03-11 22:54 绿色的麦田 阅读(274) 评论(0) 推荐(0) 编辑