标签:CSS中的相对路径

JS、CSS中的相对路径

css中url(../images/1.jpg)路径是相对于index.css的 js中url(images/1.jpg)路径是相对于index.html的,并不是相对于index.js原文链接:https://www.cnblogs.c...