标签:des style blog io ar color os sp java
Advantages of XML
eg.
to expand on the last point, the JSON object
{ "foo": { "bar": "baz" } }
could be represented in XML as
<foo bar="baz" .>
or
<foo><bar>baz</bar></baz>
or
<object name="foo">< property name="bar">baz</property ></object>
标签:des style blog io ar color os sp java
原文地址:http://www.cnblogs.com/listened/p/4129749.html