摘要:
Function setRedWord(strContent,strKeyword) Dim myRegExpSet myRegExp=new RegExp myRegExp.IgnoreCase =True myRegExp.Global=True Dim ArrayKeyword,iArrayKeyword = split(strKeyword," ")For i=0 to UBOUND(Ar... 阅读全文
摘要:
public string Encode(string str) { str=str.Replace("&","&"); str=str.Replace("'","''"); str=str.Replace("\"","""); str=str.Replace(" "," "); str=str.Replace("","&g 阅读全文