0
有了元素,你如何用BeautifulSoup將它清空?如何用Python中的BeautifulSoup清除元素的內容(元素和||文本)?
例如,我有一個div(如下圖所示),我需要做些什麼來清除它的內容?
mydiv = soup.find("div", { "id" : "TopMostInfoBlockContent" })
mydiv.?? #Something here to clear the div contents?
完美,謝謝。應該猜到:P – James