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

📄 welcomecontent.jsp

📁 the musiccollection struts 1 application i netbeans implementation (strut for dummies book source)
💻 JSP
字号:
<%@ include file="taglibs.jsp" %>
<fmt:setBundle basename="ApplicationResources" />
<table align="center" width = "100%">
	<tr><td align="center" style="font-family: 'MS Reference Sans Serif', 'Verdana Ref', sans-serif;font-size: 18px;color:blue;">
	<fmt:message key="welcome.msg">
		<fmt:param value='${user.firstName}' />
	</fmt:message>
	</td></tr>
	<tr><td align="center">
	<html:link page="/musiclist.do">
		<fmt:message key="welcome.continue" />
	</html:link>
	</td></tr>
	
</table>

⌨️ 快捷键说明

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