<!DOCTYPE html>
<html>
<body>

<%

txt="这是一个美好的日子!"
response.write(Replace(txt,"i","##",1,2))

%>
 

</body>
</html>