how does the path work in css and js

前端 未结 4 1649
滥情空心
滥情空心 2021-01-25 08:30

These days I meet so many problems about the path in css and js. And after a few tests,I can not have a exact answer,so i ask here for help.

1 The

4条回答
  •  粉色の甜心
    2021-01-25 08:45

    • CSS uses paths relative to the CSS file location.
    • JavaScript uses paths relative to the location of the file containing the script tag.

提交回复
热议问题