先来代码高亮:
- public static String HTMLDecode(String strVal)
- {
- if (!String.IsNullOrEmpty(strVal))
- {
- strVal = strVal.Replace(">", ">");
- strVal = strVal.Replace("<", "<");
- strVal = strVal.Replace("&", "&");
- }
- return strVal;
- }
再来 MP3:
呵呵。大家可以更新了。有问题留言或者给我发邮件!