<!DOCTYPE html>
<html>
<body>

<%

txt="这是一个美丽的日子!"
response.write(Mid(txt,12))

%>
 

</body>
</html>