testappend.xml

来自「此程序演示了利用xml控件(当然也可以不通过xml控件)」· XML 代码 · 共 18 行

XML
18
字号
<Root>
  <Level1>
  </Level1>
  <Level1>
  </Level1>
  <Level1>
    <Level2>
      <Level3>
      </Level3>
    </Level2>
  </Level1>
  <!-- This should be skipped -->
  <![CDATA[

and this too! even the <>&! and other characters..

  ]]>
</Root>

⌨️ 快捷键说明

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