摘要: #coding:utf-8 import json class OperetionJson: def __init__(self,file_path=None): if file_path == None: self.file_path = '../dataconfig/user.json' els 阅读全文
posted @ 2020-07-12 17:29 王永伟的-博客 阅读(192) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- # @Author : shenqiang import csv import requests def getHeaders(): headers={ 'Content-Type':'application 阅读全文
posted @ 2020-07-12 10:27 王永伟的-博客 阅读(240) 评论(0) 推荐(0)