getElementById('nodeA'); // Function to getPath function getPath(root, node) { // receiving a root element and a node element const path = []; ...
確定! 回上一頁