asp自动补全html标签自动闭合(正则表达式)

时间:2021-01-02 15:51:39
【文件属性】:
文件名称:asp自动补全html标签自动闭合(正则表达式)
文件大小:26KB
文件格式:PDF
更新时间:2021-01-02 15:51:39
AS asp html 代码如下: Function closeHTML(strContent) Dim arrTags, i, OpenPos, ClosePos, re, strMatchs, j, Match Set re = New RegExp re.IgnoreCase = True re.Global = True arrTags = Array(“p”, “div”, “span”, “table”, “ul”, “font”, “b”, “u”, “i”, “h1”, “h2”, “h3”, “h4”, “h5”, “h6”) For i = 0 To UBound(arrTags) OpenPos

网友评论