您的位置:首页 > 移动开发 > Objective-C

JSONObject put,accumulate,element的区别 和 例子

2014-08-06 16:51 387 查看
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 .))
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: