
Freemarker
文章平均质量分 96
iteye_14120
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Freemarker Built-ins for strings
Built-ins for strings Page Contents substring cap_first uncap_first capitalize chop_linebreak date, time, datetime ends_with html groups index_of j_string js_string json_string l...原创 2013-01-08 14:52:59 · 220 阅读 · 0 评论 -
Freemarker Built-ins for numbers
Built-ins for numbers Page Contents Intro. c string (when used with a numerical value) round, floor, ceiling Related FAQs: Do you have things like 1,000,000 or 1 000 000 instead of 1...原创 2013-01-22 10:37:07 · 160 阅读 · 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 · 192 阅读 · 0 评论 -
Freemarker Built-ins for booleans
Built-ins for booleans string (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 · 154 阅读 · 0 评论 -
Freemarker Built-ins for sequences
Built-ins for sequences Page Contents first last seq_contains seq_index_of seq_last_index_of reverse size sort sort_by chunk first The first subvariable of the sequence. Templ...原创 2013-01-22 10:40:05 · 198 阅读 · 0 评论 -
Freemarker Built-ins for hashes
Built-ins for hashes Page Contents keys values keys A 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 · 143 阅读 · 0 评论