$htmlToXml = new CkHtmlToXml(); // Indicate the charset of the output XML we'll want. $htmlToXml->put_XmlCharset('utf-8'); // Set the HTML: $htmlToXml->put_Html ...
確定! 回上一頁