private isVisible(element: HTMLElement) { return new Promise(resolve => { const observer = new IntersectionObserver(([entry]) ...
確定! 回上一頁