如何用Ext中的panel动态的加载js文件,我用的了autoLoad,并将其属性scripts设成了true,但还是不行

2025-05-12 19:03:55
推荐回答(3个)
回答(1):

很正常,不要用autoload,用autoload你设成什么也没用。要用iframe
html : ''

回答(2):

autoLoad: {
url: "trade/gold/settlementSearch/dayWeiYueInfo.html",
nocache: true,
scripts: true
}

回答(3):

tml里面写