<!DOCTYPE html>
<html>
<body>
<%
txt="今天天气真好啊!"
response.write(Mid(txt,1,15))
%>
</body>
</html>