StackOverflow 文件 AngularJS 教程 風格 使用 ng 風格 使用 ng 風格 Created: November-22, 2018 下面的示例根據 status 引數更改影象的不透明度。 placeholderCopy<img class="img-responsive" ng-src="{{imagesrc}}" ng-style="{'opacity' : (status == 2) ? 1 : 0.5}"> 風格