摘要:
"" Then strNewValue = Replace(strValue,"",">") strNewValue = Replace(strNewValue,"'","'") strNewValue = Replace(strNewValue,"""",""") strNewValue = Replace(strNewValue,vbCrLf,"") strNewV 阅读全文
摘要:
On error resume nextDim JMail, contentIdSet JMail = Server.CreateObject("JMail.Message") JMail.Charset = "gb2312" ' 邮件字符集,默认为"US-ASCII"' JMail.ISOEncodeHeaders = False ' 是否进行ISO编码,默认为True' 发送者信息(可用变量方... 阅读全文
摘要:
0 Then IsTrue = False Err.Clear End if Content = Stream.ReadText(Stream.Size) if Not IsAnsi Then Content=Bytes2bStr(Content) End Prope... 阅读全文
摘要:
好看的CSDN Button 好看的Green Button 好看的Green Button 好看的 Button 好看的QQ Buttonhttp://blog.csdn.net/juwuyi"> 好看的 2k3 Button 阅读全文
摘要:
阅读全文
摘要:
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 阅读全文