看到文章里说直接在html中引用css时, 直接在文件名后面做处理,比如:
原来的引用:
<link rel="stylesheet" type="text/css" media="screen" href="/css/index.css">
更新的引用:
<link rel="stylesheet" type="text/css" media="screen" href="/css/index.css?v=1.1">
问题是, 我只需要在html里面这样处理了, 不用改css源文件的文件名,还是 index.css ?
求教!谢谢啦