python--存儲數據到txt和pdf文檔以及亂碼問題

第一、幾種常用方法 讀取TXT文檔:urlopen() 讀取PDF文檔:pdfminer3k 第二、亂碼問題 (1)、 from urllib.request import urlopen #訪問wiki內容 html = urlopen("https://en.wikipedia.org/robots.txt") print(html.read()) 輸出的結果中出現亂碼原因: 計算機只能處理0
相關文章
相關標籤/搜索