我知道以下内容将会读取该网站,但现在我只想将该源文件返回到一个字符串.
HtmlPage mySite = webClient.getPage("http://mysite.com");
谢谢!
mySite.getWebResponse().getContentAsString();