在 xampp 本地主机上找不到 "background-image: url()" 的正确路径

Can't find the right path for "background-image: url()" on xampp localhost

png file location: xampp/htdocs/project/images/icons.png;
css file location: xampp/htdocs/project/resources/style.css;
html file location: xampp/htdocs/project/index.html;

虽然路径 background-image: url(/images/icons.png) 在实时服务器上有效,但在本地主机上却无效。期待您的回答 :D

因为图片在另一个目录下,所以我建议把图片的确切路径放上去。

background-image: url(../images/icons.png);