<!DOCTYPE html>
<html>
<body>
<%
txt="今天是个美好的日子!"
response.write(InStrRev(txt,"美丽"))
%>
</body>
</html>