do { $node = $first; while($node) { if (! $node->parentNode->isSameNode($root)) { print "ERROR: Parent Node Test FAILED"; break 2; } ...
確定! 回上一頁