javascript site root

前端 未结 4 1354
一个人的身影
一个人的身影 2021-02-05 23:36

I have this site that I need to find the root folder / plus the actual folder its works out of.

My problem here is that during development i have the folder with in my l

4条回答
  •  难免孤独
    2021-02-05 23:46

    use relative paths so you don't need to get to the root folder

    this doesn't work on sites with friendly urls with folders in the links

提交回复
热议问题