<script> function sayHello() { document.write("Hello js!"); } sayHello(); </script> 转载于:https://www.cnblogs.com/max-hou/p/8733607.html