html的base標籤用法

html裏的base標籤,用來設置當前頁面的默認起始路徑和默認打開目標。 html

用法以下: url

<base href="url " target="location "/>。 htm

 

問題出如今url 上。這個url 必須以「/」結尾,不然會產生錯誤。 get

 

好比: io

有<base href="http://localhost/project/"/>, im

頁面後面有路徑:image/logo.gif。 標籤

這個全路徑就是:http://localhost/project/image/logo.gif。 gif

 

若是是路徑/image/logo.gif. 錯誤

這個全路徑就是:http://localhost/image/log.gif。 location

相關文章
相關標籤/搜索