我尝试使用此代码下载页面的源代码,但是会出现404错误,但是当我将它放在导航器中时,它会起作用
org.jsoup.Connection req = Jsoup.connect("http://www.3mfrance.fr/3M/fr_FR/notre-societe-fr/tous-les-produits-3M/~/Colle-structurale-%C3%A9poxyde-3M-Scotch-Weld-DP190?N=5002385+8709320+8710676+8710815+8711017+8711736+8713609+3293242432&rt=rud");
Response rep=req.execute();
String codeSource= rep.body();