`
javatar
  • 浏览: 1700612 次
  • 性别: Icon_minigender_1
  • 来自: 杭州699号
社区版块
存档分类
最新评论

CommonTemplate加入对无穷数的支持.

    博客分类:
  • HTTL
阅读更多
用"*"号表示无穷数, 常在下标号中使用, 如:
${users[2..*]} // 等价于 ${users[2..users.size]} 

如果用在for循环中, 需自行break, 如:
$for{num: 0..*}
    $break{num > 10} // 或其它表达式
$end


项目地址:
http://www.commontemplate.org
分享到:
评论

相关推荐

    commontemplate-0.8.1.jar

    commontemplate-0.8.1.jar,是使用jwebap所需要的jar包。没有它,启动会有错误

    commontemplate框架

    1. **安装**:从项目官网(http://www.commontemplate.org/zh/index.html)下载最新版本,如`CommonTemplateSetup-0.8.7-sp1.exe`,安装到开发环境中。 2. **引入依赖**:在项目中引入`commontemplate-0.8.7-sp1....

    CommonTemplate进入中国开源软件竞赛决赛

    CommonTemplate支持变量替换、条件语句、循环结构等基本编程元素,让开发者能够灵活地控制输出内容。例如,`<% if condition %>`和`<% for item in list %>`这样的语法,使得模板能够根据数据动态生成不同的页面布局...

    zencart模板系统文件笔记2:tpl_header.php.pdf

    *CommonTemplate-tpl_header.php * *thisfilecanbecopiedto/templates/your_template_dir/pagename *example:tooverridetheprivacypage *makeadirectory/templates/my_template/privacy *copy/...

    动软分享社区模板

    - **如何在主模板中调用共通模板文件**:可以通过`@Html.Partial("_CommonTemplate.cshtml")`的方式在主模板中引入共通模板文件。 - **如何更改模板中的缩略图尺寸**:通常需要在模板文件中设置图片大小属性,例如...

Global site tag (gtag.js) - Google Analytics