摘要: ``` # coding: utf-8 import requests import time import datetime import sys import logging import urllib import json reload(sys) sys.setdefaultencoding 阅读全文
posted @ 2020-06-19 20:41 jawy 阅读(12) 评论(0) 推荐(0)
摘要: ``` import requests def start(): cookies = { 'MUSIC_U': '***************', '__csrf': '****************', } res = requests.post('http://www.yibiwy.fun/ 阅读全文
posted @ 2020-06-19 20:34 jawy 阅读(9) 评论(0) 推荐(0)
摘要: ``` # coding=utf-8 import requests import urllib3 import json urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) def server_jame(key, 阅读全文
posted @ 2020-06-19 20:25 jawy 阅读(12) 评论(0) 推荐(0)
摘要: ``` # -*- coding: utf8 -*- from requests import Session from time import sleep from random import randint def main(*args): sleep(randint(0, 10)) # 数据 阅读全文
posted @ 2020-06-19 17:44 jawy 阅读(8) 评论(0) 推荐(0)
回顶部
Document