最佳答案
我想用来自 JSON 对象的 src 实现 img。
在 AngularJS 中,我可以做:
<img ng-src="{{hash}}" alt="Description" />
在角度2 + 中有等价的吗?