标题:asp 调用function没有用,求助!
只看楼主
a476552085
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2012-2-16
 问题点数:0 回复次数:2 
asp 调用function没有用,求助!
原代码:reg.Pattern="<a href=""../User(.*?)"">书架</a>"
Set objMatches = reg.Execute(book_chapter_data)
If objMatches.Count > 0 Then
link1="<a href=""../User"&objMatches(0).SubMatches(0)&""">书架</a>"
link2=""
book_chapter_data=replace(book_chapter_data,link1,link2)
End if
这样能将带连接的书架文字替换掉,但是我把他的方法写到function里面就替换不掉了,怎么解决?
这是function代码
function replink(link,link1,link2)
reg.Pattern=link
Set objMatches = reg.Execute(book_chapter_data)
If objMatches.Count > 0 Then
book_chapter_data=replace(book_chapter_data,link1,link2)
End if
call replink("<a href=""../User(.*?)"">书架</a>","<a href=""../User"&objMatches(0).SubMatches(0)&""">书架</a>","")
搜索更多相关主题的帖子: 书架 function asp replace link1 
2012-02-16 09:00
a476552085
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2012-2-16
得分:0 
没有人啊???
2012-02-16 20:41
wangzhao8550
Rank: 3Rank: 3
等 级:论坛游侠
威 望:3
帖 子:32
专家分:139
注 册:2011-4-17
得分:0 
方法显式结束了吗?function ****() .... end function
2012-02-17 23:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-360978-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.069710 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved