ASP中使用replace的问题
word=requset("word")ifnotrs.eofthendowhilenotrs.eofword1=rs("word1")replace(title1,"w...
word=requset("word")
if not rs.eof then
do while not rs.eof
word1=rs("word1")
replace(title1,"word",word1) '我这里需要一个循环,来多次使用REPLACE,替换调word中的字符,word
replace(content1,"word",word1)
rs.movenext
loop
end if
replace(text,"","")的格式中是不是只能用字符?
有什么办法实现没有?
word,和word1 都不是字符串哦!! 是赋值了的!!!
问题就在这里!!!!!
:title1=replace(title1,"word",word1)
content1=replace(content1,"word",word1)
然后打印title1和content1就行了
这样没有报错,但是没有过滤掉字符 展开
if not rs.eof then
do while not rs.eof
word1=rs("word1")
replace(title1,"word",word1) '我这里需要一个循环,来多次使用REPLACE,替换调word中的字符,word
replace(content1,"word",word1)
rs.movenext
loop
end if
replace(text,"","")的格式中是不是只能用字符?
有什么办法实现没有?
word,和word1 都不是字符串哦!! 是赋值了的!!!
问题就在这里!!!!!
:title1=replace(title1,"word",word1)
content1=replace(content1,"word",word1)
然后打印title1和content1就行了
这样没有报错,但是没有过滤掉字符 展开
展开全部
word=requset(\"word\")
if not rs.eof then
do while not rs.eof
word1=rs(\"word1\")
title1=replace(title1,word,word1)
content1=replace(content1,word,word1)
rs.movenext
loop
end if
if not rs.eof then
do while not rs.eof
word1=rs(\"word1\")
title1=replace(title1,word,word1)
content1=replace(content1,word,word1)
rs.movenext
loop
end if
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
word,和word1 都不是字符串哦!! 是赋值了的!!!
那你用 replace(title1,word,word1) 这样写,在这之前最好把
title1 也赋值
那你用 replace(title1,word,word1) 这样写,在这之前最好把
title1 也赋值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询