This commit is contained in:
Looly
2021-02-25 21:34:34 +08:00
parent 491e423e4b
commit 95e0292757
3 changed files with 14 additions and 18 deletions

View File

@@ -318,11 +318,4 @@ public class HttpUtilTest {
final String s = HttpUtil.get(url);
Console.log(s);
}
@Test
public void tjhrTest(){
String url = "https://www.51tjhr.com";
final String s = HttpUtil.get(url);
Console.log(s);
}
}