text Twig修饰符类

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Twig修饰符类相关的知识,希望对你有一定的参考价值。

{% set staff_base_class = 'staff-card' %}
 
{% set modifiers = [
  photo ? 'has-photo' : 'no-photo',
  email ? 'has-email' : 'no-email'
] %}
 
<div {{ bem(staff_base_class, modifiers) }}>
<p>If the component has a photo but no email address, the output classes for this div would be "staff-card staff-card--has-photo staff-card--no-email"</p>
</div>

以上是关于text Twig修饰符类的主要内容,如果未能解决你的问题,请参考以下文章

结构体权限修饰符类简介

Python_day8_面向对象(多态成员修饰符类中特殊方法对象边缘知识)异常处理之篇

Java基础学习笔记十二 类抽象类接口作为方法参数和返回值以及常用API

text Twig SVG包括

text 在twig模板中获取文件字段的URL

text 在twig模板中获取文件字段的URL