<script> function sayHello() { document.write("Hello js!"); } sayHello(); </script>
用函数打印Hello js
原文:https://www.cnblogs.com/max-hou/p/8733607.html