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.
我正在使用 Crawler4j 它返回输出为已处理页面:10 找到的总链接:369 总文本大小:20077 到此它工作正常,但我想搜索此页面中存在的字符串我怎么能做到这一点你可以请帮我
要搜索字符串,您必须下载页面源代码,然后使用字符串比较来找到您想要的。