如何使用Typescript更改Ionic 2中的iframe网址

时间:2017-07-06 05:35:12

标签: ionic-framework ionic2

我试过这个,但没有任何效果。请帮忙!

    var el = (<HTMLIFrameElement>document.getElementById("siteFrame"));
el.setAttribute('src',"https://www.google.co.in");

我也试过这个

el.src="https://www.google.co.in";

1 个答案:

答案 0 :(得分:0)

检查Angular Docs。在你的HTML ...

[src]="https://www.google.co.in"

不需要getElement ....