摘要:
publicstaticstringhtmlDecode(stringinput){StringBuildersb=newStringBuilder(input);sb.Replace(">",">");sb.Replace("<","<");sb.Replace("&",((char)38).ToString());sb.Replace("'",(... 阅读全文
posted @ 2010-01-21 09:25
Elliott.Dong
阅读(210)
评论(0)
推荐(0)

浙公网安备 33010602011771号