asp之自动闭合HTML/ubb标签函数附简单注释
2017-02-06
25
Function closeUBB(strContent) "************************************* "自动闭合UBB "************************************* Dim arrTags, i, OpenPos, ClosePos, re, strMatchs, j, Match Set re = New RegExp "申明re对象 re.IgnoreCase = True "设置是否...