JSONobject按照put順序存儲和讀取

使用JSONobject的put方式存儲數據後,發現讀取時是無序的,解決方法:web new的時候加true便可:json JSONObject jsonObject = new JSONObject(true);
相關文章
相關標籤/搜索