用Python发布proxy.gba搜索

2024-10-04 05:22:11 发布

您现在位置:Python中文网/ 问答频道 /正文

我正试图从这个网站上搜集所有的新闻。它们没有显示在源代码中:http://finansdanmark.dk/nyheder/

我试过使用Firefox的实时Http头文件和Chrome的开发工具,但还是搞不清楚幕后发生了什么

这是我目前的代码:

r=请求.post(“http://finansdanmark.dk/nyheder/proxy.gba”)
text=r.text
打印(文本)

有人能帮忙吗


Tags: 代码texthttp源代码头文件网站chromefirefox