<!DOCTYPE html>
<html>
<body>

<%

txt="这是一个美好的日子!"
response.write(InStr(txt,"美好"))

%>
 

</body>
</html>