What is the difference between src=“/images/logo.gif” and src=“images/logo.gif”?

前端 未结 3 1311
余生分开走
余生分开走 2020-12-18 04:54

is equivalent to


But



        
3条回答
  •  离开以前
    2020-12-18 05:43

    The third one is looking relative to the root of the site, so if you were on a page at:

    http://entrian.com/somewhere/page.html
    

    it would look in:

    http://entrian.com/images/logo.gif
    

    ignoring the somewhere piece of the page's address.

提交回复
热议问题