【Java踩坑記】——JSONObject中的get與getString

net.sf.json包中的JSONObject方法: private boolean nullObject; private Map properties; public Object get(String key) { this.verifyIsNull(); return this.properties.get(key); }
相關文章
相關標籤/搜索