ex4-10.xml

来自「< xml网页开发实例开发>>一书的全部源代码和实例」· XML 代码 · 共 20 行

XML
20
字号
<?xml version="1.0" encoding="GB2312" standalone="no"?>
<CnGame xmlns="x-schema:ex4-9.xml">
	<Opponent>
		<TeamName ID="C1" color="yellow">巴西</TeamName>
		<Place>韩国西归埔</Place>
		<Date>2002年6月8日</Date>
		<Time zone="北京">19:30</Time>
		<Star>罗纳尔多</Star>
		<Star>里瓦尔多</Star>
	</Opponent>
		<Opponent>
		<TeamName ID="C2" color="green">土耳其</TeamName>
		<Place>韩国汉城</Place>
		<Date>2002年6月13日</Date>
		<Time zone="北京">14:30</Time>
		<Star>哈坎.苏克</Star>
		<Star>奥坎</Star>
	</Opponent>
</CnGame>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?