06 2025 档案

摘要:首先http段填写map映射 map $http_user_agent $cleaned_user_agent { default $http_user_agent; "~(.*)KHTML(.*)" "$1$2"; } 上面的实例中我替换掉的是KHTML这个字符串,$1$2是返回匹配的KHTML前 阅读全文
posted @ 2025-06-13 11:12 忙碌在路上 阅读(17) 评论(0) 推荐(0)