����Get���� @param url ����URL @return HTTP��Ӧ���� @throws IOException �����쳣ʱ�׳����ɵ����ߴ���
(String url)
| 49 | * @throws IOException �����쳣ʱ�׳����ɵ����ߴ��� |
| 50 | */ |
| 51 | public static Response get(String url) throws IOException { |
| 52 | return get(url, null); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * ����Get���� |
no test coverage detected