test.ftl
来自「spring,z几 塞积极 决撒 积极上经济歼击机就 将计就计经济年毫毫毫毫毫毫」· FTL 代码 · 共 63 行
FTL
63 行
<#-- test template for FreeMarker macro test class--><#import "spring.ftl" as spring />NAME${command.name}AGE${command.age}MESSAGE<@spring.message "hello"/> <@spring.message "world"/>DEFAULTMESSAGE<@spring.messageText "no.such.code", "hi"/> <@spring.messageText "no.such.code", "planet"/>URL<@spring.url "/aftercontext.html"/>FORM1<@spring.formInput "command.name", ""/>FORM2<@spring.formInput "command.name", 'class="myCssClass"'/>FORM3<@spring.formTextarea "command.name", ""/>FORM4<@spring.formTextarea "command.name", "rows=10 cols=30"/>FORM5<@spring.formSingleSelect "command.name", nameOptionMap, ""/><#-- WHY DOES THIS FAIL TO PARSE??FORM6<@spring.formMultiSelect "command.name", nameOptionMap, ""/>-->FORM7<@spring.formRadioButtons "command.name", nameOptionMap, " ", ""/><#-- WHY DOES THIS FAIL TO PARSE??FORM8<@spring.formCheckboxes "command.name", nameOptionMap, " ", ""/>-->FORM9<@spring.formPasswordInput "command.name", ""/>FORM10<@spring.formHiddenInput "command.name", ""/>FORM11<@spring.formInput "command.name", "", "text"/>FORM12<@spring.formInput "command.name", "", "hidden"/>FORM13<@spring.formInput "command.name", "", "password"/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?