Use a set to ensure the uniqueness of a list of values. const array = Array.from(document.querySelectorAll("[id]")).map((e) => e.id); ...
確定! 回上一頁