【问题标题】:how to load html page variable into python variable using the web address如何使用网址将html页面变量加载到python变量中
【发布时间】:2023-04-04 19:24:01
【问题描述】:

我在这里找到了指南:
https://docs.python.org/2/library/htmlparser.html
但是函数 HTMLParser.feed(data) 使用数据作为 html 本身。

有没有办法做类似的提要,但只能用网址?
像这样的东西......
HTMLParser.feed("www.a.com") ?

一般来说,我想从不同的网页中获取一个变量,然后用 python 脚本将它加载到 python 变量中并在它们之间进行编译。

谢谢。

【问题讨论】:

    标签:
    javascript
    python
    html
    web