⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tmplex.jsp

📁 Jodd是一个开源的公用Java基础类库
💻 JSP
字号:
<%@taglib uri="jodd" prefix="jodd"%>

<jodd:import page="master_template.jsp">
	<jodd:param name="content">
		Content of the page is defined here.<br>
		Code this part as usual.<br>
		Use everything you would use as there were no import tags.<br>
	</jodd:param>
	<jodd:param name="footer" value="verXXX"/>
</jodd:import>

<hr>
This is an example of template usage with import tag.
Template is defined in the external jsp file.

<br><br>
Note: reloads for seeing changes may not work in IE.
in that case just go back and click on the link to come here
again.

⌨️ 快捷键说明

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