最佳答案
我正在编写一个教程,涉及iframe
src
属性的设置:
<iframe width="100%" height="300" src="{{video.url}}"></iframe>
这会抛出一个异常:
Error: unsafe value used in a resource URL context
at DomSanitizationServiceImpl.sanitize...
我已经尝试过使用[src]
绑定,但没有成功。