标签: htmlunit
当我有此代码时,为什么HtmlUnit下载图像:
webClient.getOptions().setDownloadImages(false);
当我记录调试表达式时,该值为false:
webClient.getOptions().isDownloadImages()