28,409
社区成员




<!--#include file="conn.asp"-->
<!--#include file="ubb.asp"-->
<%
str_ubb="<script>"&"document.write('"&rs("Title")&"'"&".replace(/((\[.*?\])*)(.*?)((\[.*?\])+)/,function($0,$1,$2,$3,$4,$5){return $1+$3.substr(0,7)+$4;}))"&"</script>"
response.Write(ubbcode(str_ubb))
%>
晕死!
<a title="<%=RS("Title")%>" href="shownews.asp?newsid=<%= RS("newsid") %>" target="_blank>
<script>document.write(<%=RS("Title")%>.replace(/((\[.*?\])*)(.*?)((\[.*?\])+)/,function($0,$1,$2,$3,$4,$5){return $1+$3.substr(0,4)+$4;}))
</script>
</a>
<a title="<%=RS("Title")%>" href="shownews.asp?newsid=<%= RS("newsid") %>" target="_blank>
<%=RS("Title")%>.replace(/((\[.*?\])*)(.*?)((\[.*?\])+)/,function($0,$1,$2,$3,$4,$5){return $1+$3.substr(0,4)+$4;})
</a>
<a title="<%=RS("Title")%>" href="shownews.asp?newsid=<%= RS("newsid") %>" target="_blank"><%= left(RS("Title"),18) %></a>
str="某某某标题"
str=str.replace(/((\[.*?\])*)(.*?)((\[.*?\])+)/,function($0,$1,$2,$3,$4,$5){return $1+$3.substr(0,4)+$4;})
alert(str)