vue
mounted() { window.addEventListener("scroll", this.handleScroll, true); }, handleScroll(node) { let { scrollTop, clientHeight, scrollHeight } = node.target; console.log(scrollTop + clientHeight,'==', scrollHeight); },
京公网安备 11010502049817号