There are 2 ways to include a JavaScript file in HTML file: 1. Put the script tag in the html head with scr attribute to the JS file location. eg <script ...
確定! 回上一頁