sample.vm

来自「velocity 的脚本语言的全部代码集合」· VM 代码 · 共 22 行

VM
22
字号
<html><head><title>Sample velocity page</title></head><body bgcolor="#ffffff"><center><h2>Hello from velocity!</h2><i>Here's the list of people</i><table cellspacing="0" cellpadding="5" width="100%">    <tr>        <td bgcolor="#eeeeee" align="center">            Names        </td>    </tr>    #foreach ($name in $theList)    <tr>        <td bgcolor="#eeeeee">$name</td>    </tr>    #end</table></center></html>

⌨️ 快捷键说明

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