Skip to content

模板 : switch case 结构

eprom2006 edited this page Feb 9, 2020 · 1 revision
{
   switch:条件,
   case:{
      '条件1':模板1,
      '条件2':模板2,
      default:默认模板
   }
}

Clone this wiki locally