⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 domwalker.txt

📁 压缩包里有教材<<C++模式设计-基于QT4开源跨平台开发框架>>所有源码
💻 TXT
字号:
---> Before: <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 mode="cpp" src="testhello.cpp" /> <p> And here is another paragraph </p></section>--->After: <section id="xmlintro" > <title> Intro to XML </title> <para> This is a paragraph </para> <unorderedlist>  <listitem>   <para> This is an unordered list item. </para>  </listitem>  <listitem>   <para condition="textbook" role="textbook" c="0" > This only shows up in the textbook </para>  </listitem> </unorderedlist> <para> The code example below shows how         slacker processes includes: </para> <programlisting>#include &lt;stdio.h>int main(int argc, char** argv) {    printf (&quot;Hello World&quot;);    for (int i=0; i &lt; 10; ++i) {        j = i &amp;&amp; i;    }    return 0;}</programlisting> <para> And here is another paragraph </para></section>

⌨️ 快捷键说明

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