test1.jsp
来自「jakarta-taglibs」· JSP 代码 · 共 16 行
JSP
16 行
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<%@ taglib uri="http://jakarta.apache.org/taglibs/log-1.0" prefix="log" %>
<HEAD>
<TITLE>Test debug</TITLE>
</HEAD>
<BODY>
<h1>Test debug</h1>
<log:debug>This is body content.</log:debug>
<log:debug message="This is attribute content." />
<log:debug category="test1">This is body content in category test1.</log:debug>
You should see output in the debug logs now.
</BODY>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?