Load a JavaScript file. // Create new script element. const script = document.createElement('script');. script.src = '/path/to/js/file.js';.
確定! 回上一頁