freemarker如何遍历json
{"id":"2222","type":"新闻","contentType":"文字","publishDate":"2013-7-2509:00","title":"庆...
{
"id": "2222",
"type": "新闻",
"contentType": "文字",
"publishDate": "2013-7-25 09:00",
"title": "庆贺我公司",
"creater": "王",
"text": "测试一下新闻",
"imgOrText": "1",
"attachedFile": [
{
"fileName": "附件1",
"url": "http://10.1.28.40:88/oasuite/files/news.zip"
},
{
"fileName": "附件2",
"url": "http://10.1.28.40:88/oasuite/files/2.jpg"
}
],
}
在freemarker里面怎么遍历,尤其是附件部分的list是多条的. 展开
"id": "2222",
"type": "新闻",
"contentType": "文字",
"publishDate": "2013-7-25 09:00",
"title": "庆贺我公司",
"creater": "王",
"text": "测试一下新闻",
"imgOrText": "1",
"attachedFile": [
{
"fileName": "附件1",
"url": "http://10.1.28.40:88/oasuite/files/news.zip"
},
{
"fileName": "附件2",
"url": "http://10.1.28.40:88/oasuite/files/2.jpg"
}
],
}
在freemarker里面怎么遍历,尤其是附件部分的list是多条的. 展开
1个回答
2013-08-23
展开全部
json串对freemarker来说,就以一个字符串,想要处理他,你就要用js来实现了;
说到底freemarker是用来展示数据的,不是用来处理数据的。
说到底freemarker是用来展示数据的,不是用来处理数据的。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询