我有一个 List<class> ,我想将其转换为json对象,然后将数据从json对象中遍历。 如果这只是一个 list<String> ,我可以这样做: JSONObject obj = new JSONObject(); ...
確定! 回上一頁