<!DOCTYPE html>
<html>
<body>
<%
txt="这是个美好的日子!"
response.write(Mid(txt,1,1))
%>
</body>
</html>