Python_Notes
Search...
Ctrl + K
Python Spider
BeautifulSoup
修改文档树
Previous
find_all_previous() 和 find_previous()
Next
修改tag的名称和属性
Last updated
6 years ago
修改tag的名称和属性
修改 .string
append()
NavigableString() 和 .new_tag()
insert()
insert_before() 和 insert_after()
clear()
extract()
decompose()
replace_with()
wrap()
unwrap()