HTML Script Tag: Including External JavaScript Files
This HTML code includes a script tag that references an external JavaScript file called '1.js'. The script will be executed when the page is loaded.
<body>
<script type="text/javascript" src="1.js"></script>
</body>
原文地址: https://www.cveoy.top/t/topic/jjP4 著作权归作者所有。请勿转载和采集!