Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从此链接获取现场比赛评论。我首先使用 cURL 获取 HTML 内容,然后使用 grep 解析出我需要的相关标签/内容。但是在分析了 cURL 返回的 HTML 内容后,我意识到这都是 Javascript,而我需要的内容不在其中。
有什么方法可以在 Javascript 执行后获取原始 HTML 代码?另外,我需要能够从终端/bash 运行这个脚本(因为我正在为 GeekTool 编写这个脚本)?
帮助表示赞赏。谢谢!
您可以尝试使用PhantomJS或CasperJS运行代码,然后获取您想要退出页面的所有内容。告诉我这是不是你正在搜索的内容。