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

📄 books.xml

📁 java2 primer plus一书源程序
💻 XML
字号:
<?xml:stylesheet type="text/xsl" href="Books.xsl"?>
<books> 
	<book category="fiction"> 
		<title>Left Behind</title> 
		<author>Tim Lahaye</author> 
		<price>14.95</price> 
	</book> 
	<book category="science fiction"> 
		<title>A Left Behind</title> 
		<author>Tim Lahaye</author> 
		<price>14.95</price> 
	</book> 
	<book category="fiction">
		<title>Testing</title> 
		<author>Ok</author> 
		<price>22.95</price> 
	</book> 
	<book category="science fiction"> 
		<title>B Left Behind</title> 
		<author>Tim Lahaye</author> 
		<price>14.95</price> 
	</book> 
</books> 
  

⌨️ 快捷键说明

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