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.
我正在使用 jsoup 解析 HTML 页面。有没有办法使用 jsoup 确定每个元素在页面上相对于页面顶部的位置?
不,因为 Jsoup 只解析 HTML。你需要一些东西来考虑 CSS 和 JavaScript——根据你在做什么,看看Selenium、Cobra或PhantomJS。