摘要: ``` from tkinter import * from tkinter.ttk import * import time import threading import requests from bs4 import BeautifulSoup url3 = 'http://stackoverflow.com/questions/31241112/blocking-tkinter-int... 阅读全文
posted @ 2017-03-16 23:28 idlewith 阅读(449) 评论(0) 推荐(0) 编辑
摘要: ``` from tkinter import * from tkinter.ttk import * import time import threading class Interface: def __init__(self, master): self.master = master self.browse_button= Button (mast... 阅读全文
posted @ 2017-03-16 22:37 idlewith 阅读(361) 评论(0) 推荐(0) 编辑