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

📄 booksellers2.xml

📁 javaP2P技术内幕课程111213141516源代码
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?>
<books xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://localhost:8080/xml/schemas/books.xsd">
	<book isbn="123456789">
		<title>Brain Surgery Explained</title>
		<author>
			<firstname>John</firstname>
			<lastname>Smith</lastname>
		</author>
		<retailer>
			<name>booksgalore</name>
			<sku>154-455</sku>
			<price>24.99</price>
		</retailer>
		<retailer>
			<name>seriousbooks</name>
			<sku>465-40-143</sku>
			<price>27.99</price>
		</retailer>
	</book>
	<book isbn="987654321">
		<title>DIY Surgery</title>
		<author>
			<firstname>Terry</firstname>
			<lastname>Mitchell</lastname>
		</author>
		<author>
			<firstname>Joe</firstname>
			<lastname>Mitchell</lastname>
		</author>
		<retailer>
			<name>seriousbooks</name>
			<sku>465-40-365</sku>
			<price>32.49</price>
		</retailer>
	</book>
</books>

⌨️ 快捷键说明

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