public static string ChangFace(string inputString)
{
string retVal=inputString;
retVal= ConvertStr(retVal);
retVal=retVal.Replace("[em1]","<img border=0 src=face/mood01.gif width=24 height=24>");
retVal=retVal.Replace("[em2]","<img border=0 src=face/mood02.gif width=24 height=24>");
return retVal;
}怎么写才对呢???