比較メソッドはすべて動的に追加されます
スクリプトに ID を追加し、既存のスクリプトの src 属性を動的に変更します
ここでは getElementsByTagName('HEAD') を使用してスクリプト要素を動的に作成します
コードをコピー
コードをコピーしますSome friends said that you can use ExtJs4 to dynamically load js. I won’t introduce it here. The above method is enough for you to dynamically load js.
So while using this method to dynamically load Js, the Js script on the main interface continues to execute, so the Js code loaded asynchronously may not get the expected effect.
At this time, you can consider using Ajax to load Js.