相关代码 |
|
FunCtion ReplaceTags(Txt) StartI = Instr(Txt," If StartI = 0 Then ReplaceTags = Txt Exit FunCtion Else ReturnText = Mid(Txt,StartI) Endi = Instr(ReturnText,">") If Endi = 0 Then ReplaceTags = Txt Exit FunCtion Else ReturnText = Mid(ReturnText,1,Endi) ReplaceTags = ReplaceTags(Replace(Txt,ReturnText,"")) End If End If End FunCtion %>
相关资源 |
|