secondarytemplate.vm

来自「Spring2.0宝典」· VM 代码 · 共 17 行

VM
17
字号
## $title is set in the view definition file for this view.
<html>
    <head>
    <title>$title</title>
    </head>
    <body>
        <h1>这是标题: $title!!</h1>

        ## model objects are set in the controller and referenced
        ## via bean properties o method names.  See the Velocity 
        ## docs for info

        模型值: $model.name<br>
        模型返回值: $model.returnVal

    </body>
</html>

⌨️ 快捷键说明

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