返回信息流在href中,http这个关键字可以没有嘛?
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
这是一条镜像帖。来源:北邮人论坛 / www-technology / #26932同步于 2014/8/5
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖
【问题】学习bootstrap中,有关http可以没有嘛
milkbusy
2014/8/5镜像同步7 回复
订阅后,新回复会通过你的通知中心匿名送达。
7 条回复
这个还用上论坛问?
试一下不就知道了
【 在 milkbusy 的大作中提到: 】
: 在href中,http这个关键字可以没有嘛?
: <!-- Latest compiled and minified CSS -->
: <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
: ...................
不知道原理,那么有没有http都一样?
【 在 Chon 的大作中提到: 】
: 这个还用上论坛问?
: 试一下不就知道了
:
: ...................
如果不写scheme,会自动使用当前的scheme
http://stackoverflow.com/questions/3583103/network-path-reference-uri-scheme-relative-urls
【 在 milkbusy 的大作中提到: 】
: 不知道原理,那么有没有http都一样?