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

WBOY
Release: 2016-06-06 20:14:56
Original
1075 people have browsed it

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

<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>
Copy after login
Copy after login

但是为什么会导致网站一直提示找不到 文件 //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>
Copy after login
Copy after login

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


与/q/1010000004627538重复提问

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template