|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
ASP在国内异常流行,因为国内大多使用的是盗版的Windows和盗版的SQLServer,而ASP+COM+SQLServer实际上也是一种不错的搭配,其性能也不输于PHP+MYSQL,特别是Windows系统和SQLServer都有图形界面,比APACHE和MYSQL易于维护,因此对于不重视知识产权的国家来说也是一种不错的选择。正则前段工夫差未几都要和正则表达式打交道,以是事先就弄了这个测试实习页面.把以下代码保留为一个HTML文件用IE翻开便可利用:
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<title>正则表达式测试</title>
<styletype="text/CSS">
<!--
td{
font-family:"宋体";
font-size:12px;
color:#666666;
text-decoration:none;
}
input{
font-family:"宋体";
font-size:12px;
color:#666666;
text-decoration:none;
border:1pxsolid#000000;
height:18px;
}
textarea{
font-family:"宋体";
border:1pxsolid#333333;
word-spacing:inherit
}
.table{
font-family:"宋体";
font-size:12px;
border:1pxsolid#000000;
white-space:normal;
table-layout:fixed;
WORD-BREAK:break-all;
WORD-WRAP:break-word;
display:table;
}
.checkbox{
border:1pxdotted#CCCCCC;
}
-->
</style>
</head>
<body>
<tablewidth="100%"height="306"border="0"cellpadding="0"cellspacing="0">
<tr>
<tdvalign="top"><divalign="center">
<tablewidth="700"border="0"cellspacing="0"cellpadding="0">
<tr>
<td><divalign="center">
<textareaname="InputBox"cols="100"rows="20"id="InputBox"></textarea>
</div></td>
</tr>
</table>
<tablewidth="700"border="0"cellspacing="0"cellpadding="0">
<tr>
<tdheight="1"></td>
</tr>
</table>
<tablewidth="722"border="0"cellpadding="0"cellspacing="1"class="table">
<tr>
<tdheight="25"bgcolor="#F2F2F2"><divalign="center">正则表达式:
<inputname="RegExpBox"type="text"id="RegExpBox"size="100">
</div></td>
</tr>
</table>
<tablewidth="700"border="0"cellspacing="0"cellpadding="0">
<tr>
<tdheight="1"></td>
</tr>
</table>
<tablewidth="722"border="0"cellpadding="0"cellspacing="0"class="table">
<tr>
<tdwidth="580"height="25"bgcolor="#F2F2F2"><divalign="center">
<inputname="SingleLine"type="checkbox"class="checkbox"value="1">
<spantitle="将变动(.)的意义,使它包括一切字符">单行形式查找</span>
<inputname="IgnoreCase"type="checkbox"class="checkbox"value="1">
<spantitle="不辨别字母的巨细写">不辨别巨细写</span>
<inputname="Global"type="checkbox"class="checkbox"value="1">
<spantitle="查找一切的可婚配项">全局形式查找</span>
<inputname="ShowSub"type="checkbox"class="checkbox"value="1">
<spantitle="只显现在()内里的纪录集">只显现子纪录集了局</span>
</div></td>
<tdwidth="140"bgcolor="#F2F2F2"><inputname="btnSearch"type="button"id="btnSearch"value="搜索"onClick="vbscript:SearchRegExp()"></td>
</tr>
</table>
<tablewidth="700"border="0"cellspacing="0"cellpadding="0">
<tr>
<tdheight=&</p>ASP脚本是采用明文(plaintext)方式来编写的。 |
|