<!DOCTYPE html>
<html>
<body>
<%
txt="这是一个美丽的日子!"
response.write(Replace(txt,"i","##",15))
%>
</body>
</html>