我正在使用相对路径来包含 jquery mobile。但是当通过安全(https)链接加载时,导入失败。我执行以下操作:
<link rel="stylesheet" href="//code.jquery.com/mobile/1.1.0/jquery.mobile.min.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="//code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
来自 googleapis 的 jquery 运行良好。但是对于上面的移动 .js 和 .css 导入,我收到以下错误。
加载资源失败 https://code.jquery.com/mobile/1.1.0/jquery.mobile.min.css 加载资源
失败https://code.jquery.com/mobile/1.1.0/jquery.mobile .js
抱歉,如果这似乎是一个行人问题,我对此并不陌生。