前台js代码 window.location.href = "/product.aspx?id=2&title=" +encodeURIComponent(strtitle)后台代码title = HttpUtility.UrlDecode(title);很简单这样就解决了中文乱码问题