📄 stringtag2.jsp
字号:
<!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -