例如,属性的<greeting>
值为“Hello, world!”。
我想要的是检查是否<greeting>
以“Hello”开头,如果是,则应用模板<response>
。
我的字符串模板片段:
<if(/*do not know how to write the condition here*/)><greeting:response()><endif>
例如,属性的<greeting>
值为“Hello, world!”。
我想要的是检查是否<greeting>
以“Hello”开头,如果是,则应用模板<response>
。
我的字符串模板片段:
<if(/*do not know how to write the condition here*/)><greeting:response()><endif>