日期:2014-05-17 浏览次数:20504 次
string s = "?qpage=33&page=1&mypage=cs"; string r = Regex.Replace(s, @"(?<=[?&])page=[^&]*", "").Replace("&&", "&").Replace("?&", "?").TrimEnd('&'); Response.Write(r);