我先是说的是幼.的延伸范围,我似乎正在处理许多有 if果的问题。 不管怎么说,我有一把镜子注入一个网站(交叉主机)。 我也想到的是,继承父母的亲子背景(其血缘)。 因此,这是我努力的:
//Setup iframe attributes
iframe.setAttribute("id","injected_frame");
iframe.setAttribute("src", google.com );
iframe.setAttribute("width","100%");
iframe.setAttribute("height","425");
iframe.setAttribute("frameborder","0");
iframe.setAttribute("scrolling","auto");
iframe.setAttribute("style","backgroundImage: inherit"); <-- undefined error
从根本上说,它只是不做工作,背景不变,在试图这样做时,我发现了一个不明确的错误。