我在AngularJs中使用 ngStyle 指令来更改元素的背景图像,并且我注意到该样式的网址时未应用该样式图片包含括号"()"。
<div ng-style="{'background-image': 'url(https://sumosoft.blob.core.windows.net/rescorp/properties/NW1/Marylebone%20Road/Harley%20House/63/27283_hi_res_1_(1)_1200.jpg)' }">
Hello
</div>
有什么建议吗?