<?php // Create a new DOMDocument $domDocument = new DOMDocument('1.0', 'iso-8859-1'); // Use createTextNode() function to create text node ...
確定! 回上一頁