细碎小知识点

零碎小知识点css引入地址问题:在css引入时?地址为 :link hrefcss/innerstyle1.css relstylesheet t

零碎小知识点

    css引入地址问题:

在css引入时?地址为 :

<link href="css/innerstyle1.css" rel="stylesheet" type="text/css" />

而不是:

<link href="/css/innerstyle1.css" rel="stylesheet" type="text/css" />