Twig 模板引擎

匹配字符串
{% if '皮肤' in '皮肤23213'  %}1{% else %}2{% endif %}
时间格式转换
{{ time|date('Y-m-d H:i:s') }}
提取需要长度的字符串
{{ app.session.get(‘city_name’)[0:2] }}(如北京市提取出北京)
posted @ 2017-10-12 09:46  木辰于  阅读(261)  评论(0编辑  收藏  举报