from bs4 import BeautifulSoup, NavigableString soup = BeautifulSoup("<b>leave</b>", 'html.parser') tag = soup.new_tag("i") tag.string ...
確定! 回上一頁