为什么在HTML中使用href =“而不是href =”http:?

为什么在HTML中使用href =“而不是href =”http:?,第1张

概述参见英文答案 > Absolute URLs omitting the protocol (scheme) in order to preserve the one of the current page                                    3个 为什么使用< link href =“// something.com/style.css”rel =“stylesh 参见英文答案 > Absolute URLs omitting the protocol (scheme) in order to preserve the one of the current page3个
为什么使用< link href =“// something.com/style.CSS”rel =“stylesheet”>而不是在域名之前使用http://或https://?

如果我们使用href = //它是否随链接而变化?就像在SSL模式下一样,它会自动更改为https://?

解决方法 是的,它将使用当前协议.

即如果当前页面是https,它将使用https访问href.

如果是http,那么通过普通的http访问该链接.

如果托管页面是https,这将阻止浏览器警告,并且比普通的http链接更安全.

总结

以上是内存溢出为你收集整理的为什么在HTML中使用href =“//而不是href =”http://?全部内容,希望文章能够帮你解决为什么在HTML中使用href =“//而不是href =”http://?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1145093.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存