<!DOCTYPE html>
<html>
<body>
<%
txt="今天真是个大好日子!"
x=Len(txt)
response.write(Right(txt,x))
%>
</body>
</html>