<!DOCTYPE html>
<html>
<body>
<%
txt="今天天气好极了!"
response.write(UCase(txt))
%>
</body>
</html>