我尝试使用src设置iframe到youtube。当您在浏览器中检查元素时,iframe中的url是不可见的。在iframe外部粘贴的相同网址完美无缺。
<iframe width="420" height="315" ng-src="{{getChangeYouTubeLink(companyDetails.youTubeLink)}}"></iframe><br>
{{getChangeYouTubeLink(companyDetails.youTubeLink)}}
you see this when you inspect element
你知道为什么会这样吗?