摘要: ''' Created on 2018-5-27 @author: yaoshuangqi ''' #本代码获取百度乐彩网站上的信息,只获取最近100期的双色球 import urllib.request from bs4 import BeautifulSoup import random ere_hitlist = [] hitlist = [] def getSSQ100(): ... 阅读全文
posted @ 2018-05-27 21:16 goodTOgreat 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1 # ''' 2 # Created on 2018-5-26 3 # 4 # @author: yaoshuangqi 5 # ''' 6 import urllib.request 7 import urllib.parse 8 import json 9 10 class YoudaoFanyi(): 11 """ 12 有道词典API 13 ... 阅读全文
posted @ 2018-05-27 17:38 goodTOgreat 阅读(5142) 评论(0) 推荐(0) 编辑