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.
我想使用 Java 获取整个 HTML 响应实体。我尝试过 httpclient 但失败了,因为它不会尝试执行嵌入在 html 页面中的 Javascript。
我能做些什么?非常感谢!
如果您确实想抓取需要浏览器渲染的内容,Selenium似乎是唯一的选择。