28,409
社区成员




<%
urlstr="news.asp?id=1news.asp?id=11news.asp?id=1111news.asp?id=12"
urlstr = Replace(urlstr,"news.asp?id=",".htmlnews_") ' REPLACE
urlstr = Right(urlstr,LEN(urlstr)-5) ' DELETE FIRST 5 CHAR
urlstr = urlstr&".html" 'ADD LAST .HTML
response.write(urlstr) 'WRITE
%>