asp应该要怎样去除html中的函数代码
答案:1 悬赏:0 手机版
解决时间 2021-11-20 21:56
- 提问者网友:你挡着我发光了
- 2021-11-20 12:28
asp应该要怎样去除html中的函数代码
最佳答案
- 五星知识达人网友:杯酒困英雄
- 2021-11-20 13:46
function replaceText(str)
dim regEx
set regEx=New RegExp
regEx.Pattern="<[^>]*>"
regEx.Ignorecase=True
regEx.Global=True
replaceText=regEx.Replace(str,"")
End function
dim regEx
set regEx=New RegExp
regEx.Pattern="<[^>]*>"
regEx.Ignorecase=True
regEx.Global=True
replaceText=regEx.Replace(str,"")
End function
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯