<!DOCTYPE html>
<html>
<body>

<%

txt="今天是个美丽的日子!"
response.write(Left(txt,15))

%>


</body>
</html>