gpt4 book ai didi

python - 在python中获取iframe内容

转载 作者:太空宇宙 更新时间:2023-11-04 01:41:14 24 4
gpt4 key购买 nike

我需要 html 页面的内容,但如果 html 页面包含 iframe 元素,我也需要 iframe 内容。 (在 Python 中)是否可以使用 python 函数加载所有内容?

最佳答案

尝试使用 BeautifulSoup ,这supports iframes out of the box .

代码片段(full code here):

import re
from BeautifulSoup import BeautifulSoup, Comment
...
for iframe in mosoup("iframe"):
mosoup.iframe.extract()

更新:链接到代码的当前位置(现在在 github 中)。

关于python - 在python中获取iframe内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4641539/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com