cdlist1.xml

来自「Windows Web脚本开发指南/(美) Dan Heflin, Todd N」· XML 代码 · 共 17 行

XML
17
字号
<CDList>
  <Artist>
    <Name>Citizen King</Name>
    <Titles>
       <Title Year="1999" Label="Warner Brothers">Mobile Estates</Title>
       <Title Year="1996" Label="Don't Records">Brown Paper Bag</Title>
    </Titles>
  </Artist>
  <Artist>
    <Name>Live</Name>
    <Titles>
      <Title Year="1997" Label="Radioactive Records">Secret Samadhi</Title>
      <Title Year="1994" Label="Radioactive Records">Throwing Copper</Title>
    </Titles>
  </Artist>
</CDList>

⌨️ 快捷键说明

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