domwalker.txt.svn-base
来自「QT方面的开发」· SVN-BASE 代码 · 共 41 行
SVN-BASE
41 行
---> 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 <stdio.h>int main(int argc, char** argv) { printf ("Hello World"); for (int i=0; i < 10; ++i) { j = i && i; } return 0;}</programlisting> <para> And here is another paragraph </para></section>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?