我试图在iframe中打开一个facebook和twitter网址但是它没有加载,即使它加载其他网址,就像代码w3school能够加载一样。
facebook
<iframe src="http://www.facebook.com/" height="900"></iframe>
</div>
<div class="col-md-4 col-lg-4" ng-controller=twitter-controller>
twitter
<iframe src="http://www.w3schools.com" height="900"></iframe>
</div>
<div class="col-md-4 col-lg-4" ng-controller="instagram-controller">
instagram
<iframe src="http://www.twitter.com" height="900"></iframe>