pub fn has_content_changed(old_doc: &Html, new_doc: &Html) -> bool
检查两个 HTML 文档的内容是否发生了变化
返回 true 表示内容已变化(需要重新处理)。
true