book.vm

来自「velocity官方工具包 包括各种JAR包 示例 文档等」· VM 代码 · 共 16 行

VM
16
字号
This is the book of the week:

Props retrieved using new method:

Title: $props.get("title")
Author: $props.get("author")
Publisher: $props.get("publisher")
ISBN: $props.get("isbn")

Props retrieved using old method:

Title: $props2.get("title")
Author: $props2.get("author")
Publisher: $props2.get("publisher")
ISBN: $props2.get("isbn")

⌨️ 快捷键说明

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