?? library.xml
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE library SYSTEM "library.dtd">
<library>
<!-- This is an XML comment -->
<publisher id="oreilly">
<name>O'Reilly</name>
<street>101 Morris Street</street>
<city>Sebastopol</city>
<state>CA</state>
<postal>95472</postal>
</publisher>
<book publisher="oreilly" isbn="1-56592-709-5">
<edition>1</edition>
<publicationDate mm="10" yy="1999"/>
<title>XML Pocket Reference</title>
<author>Robert Eckstein</author>
</book>
<book publisher="oreilly" isbn="0-596-00016-2">
<edition>1</edition>
<publicationDate mm="06" yy="2000"/>
<title>Java and XML</title>
<author>Brett McLaughlin</author>
</book>
</library>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -