模板可以支持三元运算符,例如:
{$status?'正常':'错误'} {$info['status']?$info['msg']:$info['error']}
注意:三元运算符中暂时不支持点语法。
Submit feedback about this site to: