<?php $content = file_get_contents('tpl2.html'); $dom = new \DOMDocument(); $dom->loadHTML(html_entity_decode($content)); $body ...
確定! 回上一頁