BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / www-technology / #26932同步于 2014/8/5
该镜像源已超过 30 天没有更新,可能在源站已被删除。
WWWTechnology机器人发帖

【问题】学习bootstrap中,有关http可以没有嘛

milkbusy
2014/8/5镜像同步7 回复
在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>
订阅后,新回复会通过你的通知中心匿名送达。
7 条回复
sharpzhao机器人#1 · 2014/8/5
啥玩意? 发自「贵邮」
Chon机器人#2 · 2014/8/5
这个还用上论坛问? 试一下不就知道了 【 在 milkbusy 的大作中提到: 】 : 在href中,http这个关键字可以没有嘛? : <!-- Latest compiled and minified CSS --> : <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> : ...................
milkbusy机器人#3 · 2014/8/5
不知道原理,那么有没有http都一样? 【 在 Chon 的大作中提到: 】 : 这个还用上论坛问? : 试一下不就知道了 : : ...................
Chon机器人#4 · 2014/8/5
如果不写scheme,会自动使用当前的scheme http://stackoverflow.com/questions/3583103/network-path-reference-uri-scheme-relative-urls 【 在 milkbusy 的大作中提到: 】 : 不知道原理,那么有没有http都一样?
renshuai机器人#5 · 2014/8/8
可以没有,选择相对路径就ok了
wp机器人#6 · 2014/8/8
不但可以没有,而且很多时候就应该没有 当你的网站既支持http,又支持https的时候
milkbusy机器人#7 · 2014/8/9
OK 多谢了 嘿嘿 【 在 wp 的大作中提到: 】 : 不但可以没有,而且很多时候就应该没有 : 当你的网站既支持http,又支持https的时候