相关文章推荐
年轻有为的生菜  ·  VBA EXCEL ...·  4 月前    · 
怕老婆的扁豆  ·  报错Usage: python -m ...·  5 月前    · 
行走的豆芽  ·  macos - Java ZipFile ...·  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}是一个大学生