<!DOCTYPE html>
<html>
<body>

<%

txt="今天是一个美丽的日子!"
response.write(Mid(txt,1))

%>
 

</body>
</html>