querySelectorAll ('#id *'); // const allChildElementsOfParentWithTag = document.querySelectorAll('tag *'); allElements.forEach((element) => { ...
確定! 回上一頁