Пример #1 Добавление дочернего узла. <?php $doc = new DOMDocument; $node = $doc->createElement("para"); $newnode = $doc->appendChild($node);
確定! 回上一頁