$dom->preserveWhiteSpace = false; $dom->substituteEntities = true; 30 $file = $_GET['file']; $dom->load($file?$file:"php://stdin"); ?> <html ...
確定! 回上一頁