<!DOCTYPE html>
<html>
<body>
<%
txt="这是一个美丽的日子!"
x=Len(txt)
response.write(Left(txt,x))
%>
</body>
</html>