|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
asp,你就只能等着微软给你解决,它不乐意你就只好悲催。而且asp跑在windows服务器上,windows服务器跟linux比起来简直弱爆了!转换假如用户输出了http://aaa.bbb.ccc
上面这个代码将把他的输出转换成http://aaa.bbb.ccc
人人看看正则表达式有多凶猛,呵呵。
<%
挪用这个函数来显现成超联合
Response.Writeto_html(s_message)
%>
<%
Functionto_html(s_string)
to_html=Replace(s_string,"""",""")
to_html=Replace(to_html,"<","<")
to_html=Replace(to_html,">",">")
to_html=Replace(to_html,vbcrlf,"<br>")
to_html=Replace(to_html,"/<","<")
to_html=Replace(to_html,"/>",">")
to_html=edit_hrefs(to_html)
EndFunction
%>
<scriptlanguage="javascript1.2"runat=server>
functionedit_hrefs(s_html){
//一个利用正则表达式的典型
//转换文本中一切的超联合和电子邮件格局
s_str=newString(s_html);
s_str=s_str.replace(/http://www(.[w+.:/\_]+)/gi,
"http:// |
|