<!DOCTYPE html>
<html>
<body>

<%

txt="今天是个美好的日子!"
response.write(InStrRev(txt,"i",-1) & "<br>")
response.write(InStrRev(txt,"i",7) & "<br>")

%>


</body>
</html>