//此方法转换会转换出错
deString.ServerUrlDecode().Replace(" ", "+")
//换此方法完美解决
HttpUtility.UrlDecode(deString.ToString(),Encoding.UTF8)

  

相关文章: