Python爬取 音標

  # -*- coding: UTF-8 -*- import requests import time from bs4 import BeautifulSoup f = open('./words.txt') fw = open('./result.txt','a') line = f.readline() index = 0 while line: index = index+1
相關文章
相關標籤/搜索