[]加载html的问题

加载html文件:
var p = new laya.html.dom.HTMLIframeElement();
Laya.stage.addChild(p);
p.width = screenWidth;
p.height = screenHeight;
p.href = "https://www.baidu.com/index.html";

这样写怎么报错了:gameThirdScriptError
undefined;at api request success callback function
undefined
说没有成功的回调函数,这要怎么写呢,官网案例中也没有回调函数啊
已邀请:

要回复问题请先

商务合作
商务合作