目錄
@Test() public void getHttpTest() { Response response = given() .get("http://www.netkiller.cn"); response.print(); }