Import BeautifulSoup -- try 4 first, fall back to older try: from bs4 ... BeautifulSoup(string) : 使用html内容创建; BeautifulSoup(fileobj) ...
確定! 回上一頁