<!DOCTYPE html>
<html>
<body>

<%

txt="今天天氣真好!"
response.write(LCase(txt))

%>
 

</body>
</html>