' . $html); // $uploadmate = $dom->getElementById('uploadmate-container'); // $ppomBox = $dom->getElementById('ppom-box-1'); // // 都存在才处理 // if ($uploadmate && $ppomBox) { // // 克隆 uploadmate 防止丢失 // $newNode = $uploadmate->cloneNode(true); // // 在 ppom-box-1 后面插入 uploadmate // if ($ppomBox->parentNode) { // $ppomBox->parentNode->insertBefore($newNode, $ppomBox->nextSibling); // // 移除原来的 uploadmate // $uploadmate->parentNode->removeChild($uploadmate); // } // } // return $dom->saveHTML(); // }); // });