作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
我有一个从外部域加载图像的样式表,我需要它从安全订单页面的 https://
和其他网站的 http://
加载页面,基于当前的 URL。我发现以双斜杠开头的 URL 继承了当前的协议(protocol)。所有浏览器都支持这种技术吗?
HTML 例如:
<img src="//cdn.domain.example/logo.png" />
CSS 示例:
.class { background: url(//cdn.domain.example/logo.png); }
最佳答案
如果浏览器支持RFC 1808 Section 4 , RFC 2396 Section 5.2 , 或 RFC 3986 Section 5.2 ,那么它确实会使用页面 URL 的方案来引用以“//”开头的内容。
关于http - 使用前导双斜杠继承 URL 中的协议(protocol)有什么缺点吗?即 src ="//domain.example",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4659345/
我是一名优秀的程序员,十分优秀!