Home >Web Front-end >JS Tutorial >Summary of various solutions to dynamically loading js files in javascript_javascript skills
A comparison method is all added dynamically
Add an id to the script and then dynamically change the src attribute of the existing script
Here we use getElementsByTagName('HEAD') to dynamically create script elements
Copy code
Copy the code어떤 친구들은 ExtJs4를 사용하여 js를 동적으로 로드할 수 있다고 말했습니다. 여기서는 위의 방법만으로 js를 동적으로 로드할 수 있습니다.
따라서 이 방법을 사용하여 Js를 동적으로 로드하는 동안 기본 인터페이스의 Js 스크립트가 계속 실행되므로 비동기적으로 로드된 Js 코드는 예상한 효과를 얻지 못할 수 있습니다.
이때 Ajax를 사용하여 Js를 로드하는 것을 고려할 수 있습니다.