Freemarker でテンプレート書くときに、Freemarker tag っぽいのを出力したい
${r"${person.name}"}
で OK.
r"" は python と同じく raw string を表す。 http://freemarker.incubator.apache.org/docs/dgui_template_exp.html#dgui_template_exp_direct_string
Published: 2016-05-02(Mon) 14:24
${r"${person.name}"}
で OK.
r"" は python と同じく raw string を表す。 http://freemarker.incubator.apache.org/docs/dgui_template_exp.html#dgui_template_exp_direct_string
Published: 2016-05-02(Mon) 14:24