JSONObject put,accumulate,element的区别 和 例子
发布时间:2020-12-16 19:14:55 所属栏目:百科 来源:网络整理
导读:1.JSONObject put方法 public Object put (Object key,Object value) 将value映射到key下。如果此JSONObject对象之前存在一个value在这个key下,当前的value会替换掉之前的value Associates the specified value with the specified key in this map(optiona
1.JSONObject put方法 public Object put (Object key,Object value) 将value映射到key下。如果此JSONObject对象之前存在一个value在这个key下,当前的value会替换掉之前的value Associates the specified value with the specified key in this map(optional operation). If the map previously contained . a mapping for this key,the old value is replaced by the specified value. (A map m is said to contain a mapping for a key k if and only if m.containsKey(k) would return true .)) (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |