WebClient webClient = new WebClient(BrowserVersion.FIREFOX_38,ip,port);
webClient.getOptions().setJavaScriptEnabled(true);
webClient.getOptions().setCssEnabled(false);
webClient.setAjaxController(new NicelyResynchronizingAjaxController());
webClient.getOptions().setTimeout(15000);
webClient.getOptions().setThrowExceptionOnScriptError(false);
webClient.getOptions().setThrowExceptionOnFailingStatusCode(false);
webClient.addRequestHeader("Referer", "http://www.hao123.com");
HtmlPage rootPage= webClient.getPage(url);
Cats萌萌
炎炎设计