函数内容:
Function RemoveHTML(strText) Dim RegExs Set RegExs = New RegExp RegExs.Pattern = "<[^>]*>" RegExs.Global = True RemoveHTML = RegExs.Replace(strText, "")End Function
调用函数就行
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3