赤色烙印 发表于 2017-12-24 21:47:06

爬虫 htmlUnit遇到Cannot locate declared field class org.apache.http.impl.client.Http

<dependency>  <groupId>xml-apis</groupId>
  <artifactId>xml-apis</artifactId>
  <version>1.4.01</version>
  </dependency>
  此问题解决,接着在运行程序,出现一下错误
  com.gargoylesoftware.htmlunit.ScriptException: Exception invoking getOffsetTop
  这个错误不太好找,是htmlunit内部的错误,最终找到原因是由于解析抓取到的html页面时出的错
页: [1]
查看完整版本: 爬虫 htmlUnit遇到Cannot locate declared field class org.apache.http.impl.client.Http