|
|
@ -13,10 +13,10 @@ import java.util.HashMap;
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.Map;
|
|
|
|
import java.util.UUID;
|
|
|
|
import java.util.UUID;
|
|
|
|
|
|
|
|
|
|
|
|
public class YunXiao {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 爬取一次大约需要20分钟
|
|
|
|
|
|
|
|
public class YunXiao {
|
|
|
|
public static JSONArray tempTree = new JSONArray();
|
|
|
|
public static JSONArray tempTree = new JSONArray();
|
|
|
|
|
|
|
|
|
|
|
|
public static void traverseTree(JSONArray treeArray) {
|
|
|
|
public static void traverseTree(JSONArray treeArray) {
|
|
|
|
for (Object item : treeArray) {
|
|
|
|
for (Object item : treeArray) {
|
|
|
|
JSONObject node = (JSONObject) item;
|
|
|
|
JSONObject node = (JSONObject) item;
|
|
|
|