Skip to main content

detect_infinite_scroll

Function detect_infinite_scroll 

Source
pub fn detect_infinite_scroll(document: &Html) -> bool
Expand description

检测页面是否使用无限滚动。

通过检查 JavaScript 属性、类名、data 属性以及常见无限滚动库的标记来判断。