from bs4 import BeautifulSoup. # Opening the html file. HTMLFile = open ( "index.html" , "r" ). # Reading the file. index = HTMLFile.read().
確定! 回上一頁