Python BeautifulSoup笔记:将bs4.elem 2023-03-01 本文已影响0人 生命不止运动不息 方法一: 使用 .text 方法(版本不同可能会失效) 方法二: 使用 str() 强制转换 image.png