我想要做的是遍历PHP 中的XML 并根据元素/节点的类做不同的事情 例如。 $doc->loadHTML($xml_string); $xpath = new DOMXpath($doc); $nodeLIST ...
確定! 回上一頁