<?php ob_start(); header('Content-Type: text/xml'); $dom = new DOMDocument('1.0'); $dom->encoding = 'UTF-8'; // 建立母節點$root $root ...
確定! 回上一頁