parseObject(str); //json对象转Map Map<String,Object> map = (Map<String,Object>)jsonObject; System.out.println("map对象是:" + map); Object ...
確定! 回上一頁