const allSpanElements = document.querySelectorAll('span'); allSpanElements.forEach((spanElement) => { // Here comes the Code that should be executed on ...
確定! 回上一頁