books.xml

来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· XML 代码 · 共 16 行

XML
16
字号
<?xml version="1.0" encoding="utf-8" ?>
<books>
  <book edition="2">
    <title>Inside C#</title>
    <author>Tom Archer</author>
  </book>
  <book edition="3">
    <title>Visual C++.NET Bible</title>
    <author>Tom Archer</author>
  </book>
  <book edition="1">
    <title>JScript.NET Programming</title>
    <author>Essam Ahmed</author>
  </book>
</books>

⌨️ 快捷键说明

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