Zum Beispiel
<?php $tf = "true"; echo '<dt class="qp-ui" data-qp-ui="{ \'SideNavZippy\': 变量输出位置 }"></dt>'; ?>
Wie werden Variablen in Echo-HTML korrekt ausgegeben? Danke
Following the voice in heart.
echo '<dt class="qp-ui" data-qp-ui="{ \'SideNavZippy\': ' . $tf . ' }"></dt>';
Following the voice in heart.