28,406
社区成员
发帖
与我相关
我的任务
分享
<%
str=rss("title")&""
if len(str)=0 then response.end
arr=split(str,"|")
for n=0 to ubound(str)
''''response.write"<a href='xxx.asp'>"&arr(0)&"</a>|"&aee(1)这里敲错字母了
response.write"<a href='xxx.asp'>"&arr(0)&"</a>|"&arr(1)
next
%>
<%
str=rss("title")&""
if len(str)=0 then response.end
arr=split(str,"|")
for n=0 to ubound(str)
response.write"<a href='xxx.asp'>"&arr(0)&"</a>|"&aee(1)
next
%>