stringtag2.jsp

来自「java2 primer plus一书源程序」· JSP 代码 · 共 23 行

JSP
23
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>

<%@ taglib uri="jpptaglib2.tld" prefix="jpp" %>

<title>A Simple Custom Tag2</title>
</head>

<body>
<h1>A Simple Custom Tag2</h1>
<br>
<b> 
<jpp:stringTag2>
<br>
This is the body of the tag.  It will only show up if the implementing 
class instructs it to.
<br>
</jpp:stringTag2>
<b>

</body>
</html>

⌨️ 快捷键说明

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