Dynamic URLs in CSS/JS

后端 未结 9 1088
别跟我提以往
别跟我提以往 2021-02-05 16:14

I\'m splitting up one of my larger apps and introducing a \'cdn\' url to house common objects like CSS, javascript, and images to avoid duplication. What I need to do, though, i

9条回答
  •  感动是毒
    2021-02-05 16:36

    If the server is same, you can use relative paths. Like /http/blah/test/images/button.png or ../images/button.png

提交回复
热议问题