java使用Jsoup连接网站超时的解决方法 链接的时候设定超时时间即可。 doc = Jsoup.connect(url).timeout(5000).get();

NoSuchKey

猜你喜欢

转载自blog.csdn.net/loster_li/article/details/78437315