htmlspecialchars($html_title), 'description' => htmlspecialchars($html_description), 'keywords' => htmlspecialchars($html_keywords) ]; # 讀入版型 $tpl = new template('list'); $tpl->frame = $TEMPLATES . "smartphone/html5.php"; $tpl->setHtmlMeta($htmlMeta); $tpl->setNewsItem($newsList); $tpl->setMediaInfo($mediaInfo); $tpl->render();