<!DOCTYPE html>
<html>
<body>
<%
txt="这是美好的一天"
Set objReg=CreateObject("vbscript.regexp")
objReg.Pattern="i"
response.write(objReg.Replace(txt,"##"))
%>
</body>
</html>