摘要:
这样的代码多用于我们没有实现设计生成静态的功能,但又想临时将一些动态页面生成静态的,直接获取动态内容并保存为静态的复制代码代码如下:"End FunctionPublic Function RegReplace(sContent, sPatrn, sNewStr) Dim oTempReg : Set oTempReg = New RegExp With oTempReg .IgnoreCase = True .Global = True .Pattern = sPatrn RegReplace = .Replace(sContent, sNewStr) End With Set o 阅读全文
posted @ 2013-12-05 06:56
snowfly123
阅读(581)
评论(0)
推荐(0)
浙公网安备 33010602011771号