⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orders.xml

📁 nanjing university cs 的java课件。 对新手很有用。付课件中源码。
💻 XML
字号:
<?xml version="1.0"?>
<orders>
	<order>
		<count>37</count>
		<price>49.99</price>
		<book>
			<isbn>0130897930</isbn>
			<title>Core Web Programming Second Edition</title>
			<authors>
				<author>Marty Hall</author>
				<author>Larry Brown</author>
			</authors>
		</book>
	</order>	
	<order>
		<count>56</count>
		<price>49.99</price>
		<book>
			<isbn>0130897930</isbn>
			<title>Core Web Programming Second Edition</title>
			<authors>
				<author>Marty Hall</author>
				<author>Larry Brown</author>
			</authors>
		</book>
	</order>
</orders>

⌨️ 快捷键说明

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