@@ -102,4 +102,9 @@ public class HttpUtils {
}
+ public static void main(String[] args) {
+ JSONObject jsonObject = httpGet("https://book.yunzhan365.com/spfoh/yieb/mobile/index.html");
+ System.out.println(jsonObject.toString());
+ }
+