import requests from bs4 import BeautifulSoup f = open('file.txt', 'w') r = requests.get("https://www.ptt.cc/bbs/MobileComm/index.html") #將網頁資料GET ...
確定! 回上一頁