当前位置: 代码迷 >> Web前端 >> 细碎小知识点
  详细解决方案

细碎小知识点

热度:192   发布时间:2012-10-27 10:42:26.0
零碎小知识点
  1. css引入地址问题:

在css引入时?地址为 :

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

而不是:

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

  相关解决方案