DOMNodeList = DOMNode->childNodes //所有子節點 ... DOMNodeList = DOMDocument->getElementsById(ID) //從ID屬性的值取得元素節點
確定! 回上一頁