listrefinedtopic.vm

来自「Spring企业级开发下......电子书籍..............」· VM 代码 · 共 27 行

VM
27
字号
#* 这是用于显示精华帖子的Velocity模板 *#<html>	<head>		<title>		  baobaotao		</title>	</head>	<body>		精华文章		<table>		    #foreach($topic in $topicList)				<tr>					<td>						${topic.topicId}					</td>					<td>					   						<a href="#springUrl('/showTopic.html?topicId=${topic.topicId}')">${topic.title}</a>					</td>					<td>					   ${topic.createDate}					</td>				</tr>			#end		 <table>	</body></html>

⌨️ 快捷键说明

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