Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我使用此代码,它会生成错误“无法加载资源”,尽管图像可以正确呈现。
<img src="data:image/png;base64, {{image|| 'R0lGODlhAQABAIAAAP7//wAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=='}}">
我使用了指令 ngCloak 和 ngBind 但仍然显示错误。
您很可能需要使用ngSrc以便src在 Angular 插入表达式之前不会呈现该属性。
src