CSS 文件有以下几行:
background: url(../../path/image1.png);
background: url(../../../path/image2.png);
background: url(../../../path/image3.png);
如何将所有路径变为一种形式:
background: url(../path/image1.png);
background: url(../path/image2.png);
background: url(../path/image3.png);
https://3v4l.org/hkjsm