摘要: import requests import time import random import hashlib i = str(int(time.time()*1000)+random.randint(1,10)) t = input("please input the word you want to translate:\n") u = 'fanyideskweb' l = 'aNPG!!... 阅读全文
posted @ 2018-12-03 10:13 等那片花海 阅读(243) 评论(0) 推荐(0) 编辑
摘要: import urllib.request import os from urllib import error import re import base64 def url_open(url): req = urllib.request.Request(url) req.add_header('User-Agent','Mozilla/5.0') try: ... 阅读全文
posted @ 2018-12-03 10:06 等那片花海 阅读(246) 评论(0) 推荐(0) 编辑