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.
我正在尝试使用 ng-style 更改背景图像
<div ng-style="{'background-image':'url(/images_gameplay/trading-'+color+'-1px.png)'}">
当它呈现它正在寻找像“ url(file:///G:/images_gameplay/trading-darkblue-1px.png);”这样的本地路径时
url(file:///G:/images_gameplay/trading-darkblue-1px.png);