pub fn detect_csrf_token(fields: &[FormField]) -> bool
检测表单字段中是否包含 CSRF 令牌。
通过字段名称中的关键字(csrf、token、_token、authenticity_token 等)判断。