我需要分配一个包含单引号的变量。
在PHP我会做:
$hello='testing \' quotes ';
打印报价的枝条等效代码是什么?
这是相同的,因为无论如何将树枝模板转换为php
{{ 'some string \' with a single quote in it' }} {% set value = 'the quote is here ->\'<-' %} {{ value }}