1. 程式人生 > >用函數打印Hello js

用函數打印Hello js

hello function highlight class clas html inf IT light

技術分享圖片

<script>
function sayHello() {
    document.write("Hello js!");
}
sayHello();
</script>

  

用函數打印Hello js