jspdoc02.txt
来自「This temp directory is used by the JVM f」· 文本 代码 · 共 9 行
TXT
9 行
<html><head><title>Example JSP in XML format</title></head><body>
This is the output of a simple JSP using XML format.
<br/><div>Use a jsp:scriptlet to loop from 1 to 10: </div>1, 2, 3, 4, 5, 6, 7, 8, 9, 10
<br><br>
<div align="left">
Use a jsp:expression to write something:
foo</div>
<p>This sentence is enclosed in a jsp:text element.</p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?