python:实现Justdial Scrapper
import csv
import threading
import urllib.request
from tkinter import HORIZONTAL, Button, Entry, Label, Tk
from tkinter.ttk import Progressbar
from bs4 import BeautifulSoup
import csv
import threading
import urllib.request
from tkinter import HORIZONTAL, Button, Entry, Label, Tk
from tkinter.ttk import Progressbar
from bs4 import BeautifulSoup