这是Beautiful Soup 4.2.1 中新增的方法. 创建一个tag最好的方法是调用工厂方法 BeautifulSoup.new_tag() : soup = BeautifulSoup("<b></b>") original_tag = soup.b ...
確定! 回上一頁