samplefile.xml

来自「压缩包里有教材<<C++模式设计-基于QT4开源跨平台开发框架&gt」· XML 代码 · 共 15 行

XML
15
字号
<section id="xmlintro">    <title> Intro to XML </title>    <p> This is a paragraph </p>    <ul>        <li> This is an unordered list item. </li>        <li c="textbook"> This only shows up in the textbook </li>    </ul>        <p> The code example below shows how         slacker processes includes: </p>    <include src="testhello.cpp" mode="cpp"/><p> And here is another paragraph </p></section>

⌨️ 快捷键说明

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