... BeautifulSoup def main(): resp = requests.get('https://www.dotblogs.com.tw/YiruAtStudio') soup = BeautifulSoup(resp.text, 'html.parser') ...
確定! 回上一頁