
Freemarker
文章平均质量分 96
iteye_14120
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Freemarker Built-ins for strings
Built-ins for strings Page Contents substringcap_firstuncap_firstcapitalizechop_linebreakdate, time, datetimeends_withhtmlgroupsindex_ofj_stringjs_stringjson_stringl...原创 2013-01-08 14:52:59 · 217 阅读 · 0 评论 -
Freemarker Built-ins for numbers
Built-ins for numbers Page Contents Intro.cstring (when used with a numerical value)round, floor, ceilingRelated FAQs: Do you have things like 1,000,000 or 1 000 000 instead of 1...原创 2013-01-22 10:37:07 · 157 阅读 · 0 评论 -
Freemarker Built-ins for dates
Built-ins for dates Page Contents string (when used with a date value)date, time, datetime (when used with a date value)iso_...string (when used with a date value)This built-in ...原创 2013-01-22 10:38:03 · 188 阅读 · 0 评论 -
Freemarker Built-ins for booleans
Built-ins for booleansstring (when used with a boolean value)Converts a boolean to a string. You can use it in two ways:As foo?string: This will convert the boolean to string using the de...原创 2013-01-22 10:39:15 · 148 阅读 · 0 评论 -
Freemarker Built-ins for sequences
Built-ins for sequences Page Contents firstlastseq_containsseq_index_ofseq_last_index_ofreversesizesortsort_bychunkfirstThe first subvariable of the sequence. Templ...原创 2013-01-22 10:40:05 · 195 阅读 · 0 评论 -
Freemarker Built-ins for hashes
Built-ins for hashes Page Contents keysvalueskeysA sequence that contains all the lookup keys in the hash. Note that not all hashes support this (ask the programmer if a certain ha...原创 2013-01-22 10:41:36 · 140 阅读 · 0 评论