<!DOCTYPE html>
<html>
<body>

<%
函数 myfunction(a,b)
myfunction=a+b
End Function
response.write(myfunction(5,9))
%>


</body>
</html>