最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

输入网址自动生成链接的代码

旗下网站admin44浏览0评论

输入网址自动生成链接的代码

输入网址自动生成链接的代码

<%  
  strContent   ="我们现在在,祝愿大家开心,快乐!"  
  Set   re=new   RegExp  
  re.IgnoreCase   =true  
  re.Global=True  
  re.Pattern   =   "^(http://[A-Za-z0-9\./=\?%\-&_~`@':+!]+)"  
  strContent   =   re.Replace(strContent,"<a   target=_blank   href=$1>$1</a>")  
  re.Pattern   =   "(http://[A-Za-z0-9\./=\?%\-&_~`@':+!]+)$"  
  strContent   =   re.Replace(strContent,"<a   target=_blank   href=$1>$1</a>")  
  re.Pattern   =   "[^>=""](http://[A-Za-z0-9\./=\?%\-&_~`@':+!]+)"  
  strContent   =   re.Replace(strContent,"<a   target=_blank   href=$1>$1</a>")  
   
  response.Write(strContent)  
  %>
发布评论

评论列表(0)

  1. 暂无评论