interpolation.cmp

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

CMP
52
字号


Start with simple string interpolation :

it will cost you $10.00

dog.jpg

foobar.jpg

foobar.jpg

123
1 2 3

How about a directive?  Sure :


 >a<  >b<  >c< 

For our next trick, lets interpolate a.... VelociMacro!



  Hi, I'm a VM!


And now, for something completely different :


 False 

Now, non interpolated stringlits :


 False 
$code
$!$\!code

Now, check comments within strings.  double quotes they should be removed.
Single quotes, they should be kept literal.


test
test 

testtest
test##test
test#* hello *#test

-- end --

⌨️ 快捷键说明

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