Home  >  Article  >  Backend Development  >  服务器不支持 src="//abc.com/d.js" 资源写法

服务器不支持 src="//abc.com/d.js" 资源写法

WBOY
WBOYOriginal
2016-06-06 20:14:561032browse

现在很多都流行这样写资源地址:

<code><!--[if lt IE 9]>
    <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]--></code>

但是为什么会导致网站一直提示找不到 文件 //cdn.bootcss.com/respond.js/1.4.2/respond.min.js


与/q/1010000004627538重复提问

这个问题已被关闭,原因:与已有问题重复

回复内容:

现在很多都流行这样写资源地址:

<code><!--[if lt IE 9]>
    <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]--></code>

但是为什么会导致网站一直提示找不到 文件 //cdn.bootcss.com/respond.js/1.4.2/respond.min.js


与/q/1010000004627538重复提问

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn