Freemarker教程2(表達式和經常使用指令)

表達式 直接指定值 直接顯示字符串 ${'hello freemarker'}<br> 顯示集合 <#list ["aa","bb","cc"] as c> ${c}<br> </#list> 輸出變量 集合 @RequestMapping("/hello1") public String hello1(Model m){ m.addAttribute("list", Arrays.as
相關文章
相關標籤/搜索