标签: ionic-framework ionic2
我试过这个,但没有任何效果。请帮忙!
var el = (<HTMLIFrameElement>document.getElementById("siteFrame")); el.setAttribute('src',"https://www.google.co.in");
我也试过这个
el.src="https://www.google.co.in";
答案 0 :(得分:0)
检查Angular Docs。在你的HTML ...
[src]="https://www.google.co.in"
不需要getElement ....