会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Atzuge
Talk is cheap. Show me the code.
首页
新随笔
联系
管理
2016年9月1日
java 字符串转成 json 数组并且遍历
摘要: 当需要把一串字符串转成一个json 数组 ,并遍历其中的内容时。 首页导入 net.sf.json.JSONArray和net.sf.json.JSONObject 两个jar 包 String str = "[{name:'a',value:'aa'},{name:'b',value:'bb'},{name:'c',value:'cc'},{name:'d',value:'dd'}]" ;...
阅读全文
posted @ 2016-09-01 12:26 atzuge
阅读(441)
评论(0)
推荐(0)
编辑
公告