pub fn merge_cookie_str(first: &str, second: &str) -> String
合并两段 cookie 串(k=v; k2=v2)按 key 去重(second 同名覆盖 first),按字典序输出。
k=v; k2=v2
second
first