使用 <?= $somevalue; ?> 在内容中打印价值。
<?= $somevalue; ?>
<meta name="description" content="<?$metaDesc?>" />
改成
<meta name="description" content="<?=$metaDesc?>" />