<!DOCTYPE html>
<html>
<body>

<%
函数 myfunction()
myfunction=Date()
End Function

response.write("今天的日期:")
response.write(myfunction())
%>
 

<p>一个函数过程可以返回一个结果。</p>

</body>
</html>