我在extjs窗口项下面有一段代码,
{
xtype: "component",
autoEl: {
tag: "iframe",
src: https://google.com
}
}
单击窗口时,它将重定向到另一个URL(例如:https://google.com)。 一旦重定向到外部URL,我想捕获响应或状态代码。 我怎么能这样做?