关于replace替换asp自定义函数的问题

cn=replace(cn,"替换内容",news())news()是asp自定义函数,我在运行后,就是没替换,也就是说这个语句没执行,请问这个是什么缘故。functio... cn=replace(cn,"替换内容",news())
news()是asp自定义函数,我在运行后,就是没替换,也就是说这个语句没执行,请问这个是什么缘故。
function news()
....
news = "返回值"
end function

这个我也写的

===========================
function new_info()
new_info="<div class='block'><h2>最新发布</h2><div class='bestnew'><ul>"
Set rs=Server.CreateObject("ADODB.RecordSet")
sql="select top 10 * from sub order by ptime desc"
rs.Open sql,conn,1,1
if not rs.bof and not rs.eof then
for i=1 to rs.recordcount
new_info=new_info&"<li><a href=news/"&rs("pdate")&".html title="&rs("title")&">"&cutstr(show_text(rs("title")),11)&"</a></li>"
rs.movenext
next
else
new_info=new_info&"暂无文章!"
end if
rs.close
set rs=nothing
new_info=new_info&"<li class='more'><a href='more.asp'>更多>></a></li></ul></div></div>"
end function

information=replace(information,"※最新发布※",new_info())

====================
上面这样写的有问题?
====================
只输出new_info="<div class='block'><h2>最新发布</h2><div class='bestnew'><ul>"是可以的,加上下面数据库查询的就不可以了
展开
 我来答
elandx
2007-06-30 · TA获得超过141个赞
知道小有建树答主
回答量:240
采纳率:0%
帮助的人:0
展开全部
看程序有没有错误
有没有 on error resume next ,去掉看看
taoliujun
2007-06-30 · TA获得超过357个赞
知道小有建树答主
回答量:1316
采纳率:0%
帮助的人:1002万
展开全部
cn=replace(cn,"替换内容",call news())

sub news()
news="替换值"
end sub
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友11e2ca1
2007-06-30 · TA获得超过124个赞
知道答主
回答量:91
采纳率:0%
帮助的人:108万
展开全部
你把你写的函数的代码具体的发上来.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式