example4_text.html
来自「java 作图的程序」· HTML 代码 · 共 30 行
HTML
30 行
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"><HTML> <HEAD><TITLE>Example4</TITLE></HEAD><BODY><H1 ALIGN=CENTER>Example 4</H1>An example demonstrating the superscript and subscript commandsof the TextLine Class and the parseDouble() method<P>Currently the recognised commands are<DL> <DT><B>$</B> <DD>Anything following this character is printed <I>as is</I>, without interpretation. <DT><B>^</B> <DD>Everything following this is superscripted. <DT><B>_</B> <DD>Everything following this is subscripted. <DT><B>{</B> <DD>Save the current state. <DT><B>}</B> <DD>Restore the previously stored state. </DL></BODY> </HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?