<?php ob_start(); header('Content-Type: text/xml'); $dom = new ... 建立文字節點$text $text = $dom->createTextNode('文字'); // $text 加 ...
確定! 回上一頁