<?php $file = @file_get_contents($xml_File, FILE_TEXT); $xml = new SimpleXMLElement($file); ...
確定! 回上一頁