<!DOCTYPE html>
<html>
<body>
<script type="text/vbscript">
Function myfunction()
myfunction=Date()
End Function
document.write("Today's date: ")
document.write(myfunction())
</script>
<p>A Function procedure can return a result.</p>
</body>
</html>
本文系作者在时代Java发表,未经许可,不得转载。如有侵权,请联系nowjava@qq.com删除。