Questions tagged «url-protocol»

6
单击手机网页上的链接时如何触发电话
我需要为移动设备构建一个网页。我只有一件事还没有弄清楚:如何通过单击文本触发电话? 是否可以像mailto:电子邮件标签那样输入一个特殊的URL ? 特定于设备的解决方案不是首选。 我知道iPhone会自动识别电话号码并为此创建一个链接,但是如果这也可以用于图像...以及大多数移动设备,那就太好了。

6
使用前导双斜杠继承URL中的协议是否有任何弊端?即src =“ // domain.com”
我有一个样式表,可从外部域加载图像,并且需要基于当前URL从安全订单页面的https://和其他页面的http://加载。我发现以双斜杠开头的URL会继承当前协议。所有浏览器都支持此技术吗? html前: <img src="//cdn.domain.com/logo.png" /> css ex: .class { background: url(//cdn.domain.com/logo.png); }
148 http  url  https  url-protocol 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.