4 回答

波斯汪
TA貢獻1811條經(jīng)驗 獲得超4個贊
xml:簡單來說是存儲和描述數(shù)據(jù)的.
比如說
<bookstore>
<book category="CHILDREN">
<title>Harry Potter</title>
<author>J K. Rowling</author>
<year>2005</year>
<price>29.99</price>
</book>
<book category="WEB">
<title>Learning XML</title>
<author>Erik T. Ray</author>
<year>2003</year>
<price>39.95</price>
</book>
</bookstore>
這個xml描述了一個書城中的兩本書,一本是兒童(category="CHILDREN")讀物<Harry Potter>作者是J K. Rowling,出版年份是2005,價格是29.99,,另一本是web方面的,<Learning XML>作者是Erik T. Ray,出版年份是2003,價格是39.95
- 4 回答
- 0 關(guān)注
- 769 瀏覽
添加回答
舉報
0/150
提交
取消