<!DOCTYPE html>
<html>
<body>
<%
txt="这是一个美丽的上午!"
response.write(LCase(txt))
%>
</body>
</html>