相对链接路径中的小数是做什么的?

时间:2012-12-24 05:39:10

标签: html

  

可能重复:
  What does “./” (dot slash) refer to in terms of an HTML file path location?

以下是十进制的用途,广泛用于引用外部css表。提前谢谢。

为什么是小数?这里“./css”?

<link rel="stylesheet" href="./css/style.css" type="text/css" media="screen" charset="utf-8">

1 个答案:

答案 0 :(得分:3)

.指的是当前文件夹。它并没有真正做任何事情,它是一种无操作。