js编码
encodeURI("html数据")
C#解码(.aspx, .ashx)
HttpUtility.UrlDecode("html数据")
或 Server.UrlDecode("html数据")
关于 “C# 实现Url编码和解码”请参考:
http://www.eyuee.com/article/442.html