标签:基础 mic led ros lang html 智能 family 人工智
freemarker中的if...elseif...else语句
1、设计示例
<#if student.studentAge lt 12>
${student.studentName}不是一个初中生
<#elseif student.studentAge lt 15>
${student.studentName}不是一个高中生
<#elseif student.studentAge lt 18>
${student.studentName}不是一个大学生
<#else>
${student.studentName}是一个大学生
</#if>
2、运行结果
student.studentAge为20,student.studentName为张三丰
张三丰是一个大学生
再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!希望你也加入到我们人工智能的队伍中来!http://www.captainbed.net
标签:基础 mic led ros lang html 智能 family 人工智
原文地址:https://www.cnblogs.com/odejsjhshw/p/10138763.html