<!DOCTYPE html>
<html>
<body>

<%
函数 myfunction()
myfunction = Date()
结束函数

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

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

</body>
</html>