📄 equality.vm
字号:
#*@test equality.vmThis template is used for Velocity regression testing.If you alter this template make sure you change thecorresponding comparison file so that the regression test doesn't fail incorrectly.*##set($user = "jason")#set($login = false)#set($count = 5)#if ($user == "jason") the user $user is logged in!#end#if ($count == 5) the count is 5!#end#if ($login == false) the user isn't logged in.#end#if ($count != 3) \$count is not equal to 3#end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -