在 Spring Web MVC 环境下使用 Dojo
2010-04-13 00:00:00 来源:WEB开发网清单 2 JSON 格式的数据实例
{
identifier: 'name',
label: 'name',
items: [
{ name:'Africa', type:'continent', population:'900 million' },
{ name:'Egypt', type: ’ country ’ },
{ name:'Kenya', type:'country',
children:[{_reference:'Nairobi'}, {_reference:'Egypt'}] },},
{ name:'Nairobi', type:'city' },
]
}
清单 3 XML 格式的数据实例
<?xml version="1.0" encoding="ISO-8859-1"?>
<books>
<book>
<isbn>A9B57C</isbn>
<title>Title of 1</title>
<author>Author of 1</author>
</book>
<book>
<isbn>A9B57F</isbn>
<title>Title of 2</title>
<author>Author of 2</author>
<publisher>Addison Wesley</publisher>
</book>
<book>
<isbn>A9B577</isbn>
<title>Title of 3</title>
<author>Author of 3</author>
</book>
</books>
清单 2 所示的 JSON 数据有明显的 item 标记,名为 items 的属性,它的值即是由多个 item 构成的数组。清单 3 所示的 XML 数据虽没有 item 标记,但也可以看出 books 元素是由多个 book 元素构成的,每个 book 元素即相当于一个 item 。现在的 Dojo 已经能处理很多种形式的数据了,但 Dojo 对这些数据的处理都是以 item 为单位的。
- ››WEBGAME龙虎榜,《传奇国度》成黑马
- ››WebQQ 2.0添加谷歌音乐方法
- ››WebLogic调整Java虚拟机性能优化参数
- ››webqq2.0协议研究(3)-ClientId生成
- ››Web.config配置文件
- ››WebBrowser组件的execWB方法——Delphi控制浏览器...
- ››Web前端设计模式--制作漂亮的弹出层
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››WebQQ2.0怎样对话区域比例调节
- ››WebQQ2.0——QQ阅读&酷六视频上线
- ››Web安全网关 冠群金辰KILL过滤网关
赞助商链接