var r = []. const flatten = (a) => {. if (a.firstChild === null) {. r.push(a). } else if (a.childNodes.length > 0) {. var c = a.childNodes. Array.from(c).
確定! 回上一頁