from bs4 import BeautifulSoup. my_url = open ( 'simple.html' ). page_soup = BeautifulSoup(my_url, "html.parser" ). print (page_soup) ...
確定! 回上一頁