深山工作室

深山工作室 >

利用正则替换生成html,经典的,可以用数组进行替换

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text ml; charset=gb2312" />
<title>利用正则替换生成html,经典的,可以用数组进行替换</title>
</head>

<body>
<%
dim container
container="{$1,man,hits,hits$} 456545767  $2,title,man,game$ asfasdfa$3,game,hits,man$"

 dim regex,objmatch,matches ' 建立变量。
 Set regex = New RegExp ' 建立正则表达式。
 regex.Global = True ' 设置全局可用性。
 regex.IgnoreCase = True ' 设置是否区分字符大小写。
 regex.Pattern = "\$[\S\s]+?\$" ' 设置模式
 Set matches = regex.Execute(container)  '匹配内容

 For Each objmatch in matches ' 遍历匹配集合。
  'response.Write objmatch.Value & "<br />"  '显示数组
  'response.write split(replace(objmatch.Value,"$",""),",")(0) & "<br />"  '显示数组的第一个数
  games=replace(replace(replace(replace(objmatch.Value,"title","标题"),"hits","阅读次数"),"game","内 容"),"man","作者")
  'response.write games & "<br>"
  response.write split(replace(games,"$",""),",")(0) & "__" & split(replace(games,"$",""),",")(1) & "__" &  split(replace(games,"$",""),",")(2) & "__" & split(replace(games,"$",""),",")(3) & "<br>"
  
 Next

response.end
%>


</body>
<html>

前一页:asp随机显示图象
后一页:asp数组随机排序
相关阅读
dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
Python pandas删除指定行/列数据的方法实例
Appium元素定位方式之android_uiautomator定位
uni-app开发表单input组件的一些规则说明自己预留使用
正则的常表达式
删除程序页面代码中的注释标签
asp通过多次获得来取得用户的真实IP
httpd.ini中的RewriteRule、RewriteCond规则了解以有二级域名解析实例
更多>>ASP相关信息
ASP中Utf-8与Gb2312编码转换乱码问题的解决方法页面编码声明
asp显示随机密码
通过阿里云服务接口获得ip地址详细信息
iis点开后任务栏上有显示,但是窗口看不到的解决办法
RSA加密解密插件
更多>>最新添加
dw里面查找替换使用正则删除sqlserver里面的CONSTRAINT
Android移动端自动化测试:使用UIAutomatorViewer与Selenium定位元素
抖音直播音挂载小雪花 懂车帝小程序
javascript获取浏览器指纹可以用来做投票
火狐Mozilla Firefox出现:无法载入您的Firefox配置文件 它可能已经丢失 或是无法访问 问题解决集合处理办法