📄 meta.dtd
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- meta must be the root element of
the meta.xml resource.
-->
<!ELEMENT meta (file*)>
<!-- Each cached resource is described
by a file element.
-->
<!ELEMENT file (pub,abs,rel)>
<!-- If the null attribute is specified,
pub must be empty. Otherwise, it
contains the PUBLIC id of a resource.
-->
<!ELEMENT pub (#PCDATA)>
<!ATTLIST pub
null (true) #IMPLIED
>
<!-- If the null attribute is specified,
pub must be empty. Otherwise, it
contains the original absolute URL
location of a resource.
-->
<!ELEMENT abs (#PCDATA)>
<!ATTLIST abs
null (true) #IMPLIED
>
<!-- The rel element must be non-empty.
It specifies the URL of the cached
resource relative to the meta.xml resource.
-->
<!ELEMENT rel (#PCDATA)>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -