Sebagai contoh
<?php $tf = "true"; echo '<dt class="qp-ui" data-qp-ui="{ \'SideNavZippy\': 变量输出位置 }"></dt>'; ?>
Bagaimana untuk mengeluarkan pembolehubah dengan betul dalam echo html? Terima kasih
Following the voice in heart.
echo '<dt class="qp-ui" data-qp-ui="{ \'SideNavZippy\': ' . $tf . ' }"></dt>';
Following the voice in heart.