pub fn detect_infinite_scroll(document: &Html) -> bool
检测页面是否使用无限滚动。
通过检查 JavaScript 属性、类名、data 属性以及常见无限滚动库的标记来判断。