[]iframe跳转没反应

btn.on(Laya.Event.CLICK,this,function(){
var iframe = Laya.Browser.createElement("iframe");
iframe.src = "http://www.baidu.com";
});点击按钮没有加载百度界面
已邀请:

cuixueying

赞同来自:

    var iframe:* = Browser.window.document.createElement('iframe');
            iframe.setAttribute('src','http://www.baidu.com');
            var body:*=Browser.window.document.getElementsByTagName("body")[0];
            body.appendChild(iframe);

要回复问题请先

商务合作
商务合作