<?php $content = new DOMDocument(); $content->loadHTMLFile(CONTENT.html); $story = simplexml_import_dom($content->getElementById('story')); ...
確定! 回上一頁