python爬取知乎精華

import json import csv import requests import re import time def getchina(str1): # 提取中文 res1 = ''.join(re.findall('[\u4e00-\u9fa5]',str1)) return res1 def gettime(timeStamp): # 將時間戳轉爲時間字符串 time
相關文章
相關標籤/搜索