标签:技术分享 info .com gpo 分享图片 fun script pre write
<script> function sayHello() { document.write("Hello js!"); } sayHello(); </script>
用函数打印Hello js
原文地址:https://www.cnblogs.com/max-hou/p/8733607.html