关于显示记录

从XXX表输出的字段值``` =ccc

1\---------------------------------------------------------------
``` =ccc ```

==>

\--------------------------------------------------------------- ``` =ccc ```

==>

```

Set regEx = New RegExp ' 建立正则表达式。
regEx.Pattern = patrn ' 设置模式。
regEx.Global = True ' 设置全局可用性。
response.write regEx.Replace(",", " ")

Published At
Categories with Web编程
comments powered by Disqus