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

📄 albums.xml

📁 examples ajax + php tutorial
💻 XML
字号:
<?xml version="1.0" encoding="utf-8"?>
<albums>
	<album>
		<id>1</id>
		<artist>Depeche Mode</artist>
		<title>Playing the Angel</title>
		<comment>They are back and finally up to speed again</comment>
	</album>
	<album>
		<id>2</id>
		<artist>Monty Python</artist>
		<title>The final Rip-Off</title>
		<comment>Double CD with all the songs</comment>
	</album>
	<album>
		<id>3</id>
		<artist>Ms Kittin</artist>
		<title>I.com</title>
		<comment>Good electronica</comment>
	</album>
	<album>
		<id>4</id>
		<artist>Bad Religion</artist>
		<title>No control</title>
		<comment>My first concert ever</comment>
	</album>
	<album>
		<id>5</id>
		<artist>Skinny Puppy</artist>
		<title>Digital Brap</title>
		<comment>Massive Digipack with live songs and videos</comment>
	</album>
	<album>
		<id>6</id>
		<artist>V.A.</artist>
		<title>Snatch - OST</title>
		<comment>Great mix of songs</comment>
	</album>
	<album>
		<id>7</id>
		<artist>REM</artist>
		<title>Document</title>
		<comment>It is not the end of the world</comment>
	</album>
	<album>
		<id>8</id>
		<artist>Senser</artist>
		<title>Stacked Up</title>
		<comment>Overshadowed by RATM but as good</comment>
	</album>
	<album>
		<id>9</id>
		<artist>Monster Magnet</artist>
		<title>Dopes to Infinity</title>
		<comment>Rock and Drugs</comment>
	</album>
	<album>
		<id>10</id>
		<artist>Die Toten Hosen</artist>
		<title>Kauf Mich</title>
		<comment>Very satirical Punk album</comment>
	</album>
	<album>
		<id>11</id>
		<artist>Rage Against ide Machine</artist>
		<title>self-titled</title>
		<comment>A breaktrough</comment>
	</album>
	<album>
		<id>12</id>
		<artist>Wolfsheim</artist>
		<title>Spectators</title>
		<comment>Wonderful Voice</comment>
	</album>
	<album>
		<id>13</id>
		<artist>The Sisters of Mercy</artist>
		<title>A slight case of overbombing</title>
		<comment>Good best-of of their newer stuff</comment>
	</album>
	<album>
		<id>14</id>
		<artist>VNV Nation</artist>
		<title>Advance and Follow</title>
		<comment>Harsher then nowadays</comment>
	</album>
	<album>
		<id>15</id>
		<artist>New Model Army</artist>
		<title>The love of hopeless causes</title>
		<comment>NMA are just great</comment>
	</album>
	<album>
		<id>16</id>
		<artist>The Pogues</artist>
		<title>Rum, Sodomy and the Lash</title>
		<comment>You got to love the Pogues</comment>
	</album>
	<album>
		<id>17</id>
		<artist>Laibach</artist>
		<title>Anthems</title>
		<comment>Hard Stuff</comment>
	</album>
	<album>
		<id>18</id>
		<artist>Ministry</artist>
		<title>Psalm 69</title>
		<comment>Never listen to it while driving</comment>
	</album>
	<album>
		<id>19</id>
		<artist>Fat Truckers</artist>
		<title>The first Fat Truckers Album is out on sale</title>
		<comment>Very odd electronica act</comment>
	</album>
	<album>
		<id>20</id>
		<artist>New Order</artist>
		<title>Get ready</title>
		<comment>Great concert</comment>
	</album>
	<album>
		<id>21</id>
		<artist>Finger 11</artist>
		<title>Finger 11</title>
		<comment>A new REM</comment>
	</album>
	<album>
		<id>22</id>
		<artist>Front 242</artist>
		<title>Up Evil</title>
		<comment>Copied a lot</comment>
	</album> 
</albums>
	

⌨️ 快捷键说明

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