模板可以支持三元运算符,例如:

  1. ​{$status?'正常':'错误'}​
  2. ​{$info['status']?$info['msg']:$info['error']}​

注意:三元运算符中暂时不支持点语法。​