首頁  >  文章  >  後端開發  >  javascript-php页面js css刷新才加载,如何解决?

javascript-php页面js css刷新才加载,如何解决?

WBOY
WBOY原創
2016-06-02 11:29:10904瀏覽

phpjavascriptjquerycss

这是A页面

<code>    <title>选择类别</title>    <meta name="viewport" content="width=device-width, initial-scale=1">      <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">     <link rel="stylesheet" href="index.css">    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>    <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>    <script src="index.js"></script>    <a href="Calorie.php?type=1" data-ajax="“false”"><img  src="img/type1.png" alt="javascript-php页面js css刷新才加载,如何解决?" ></a>    <a href="Calorie.php?type=2" data-ajax="“false”"><img  src="img/type2.png" alt="javascript-php页面js css刷新才加载,如何解决?" ></a>    <a href="Calorie.php?type=3" data-ajax="“false”"><img  src="img/type3.png" alt="javascript-php页面js css刷新才加载,如何解决?" ></a>    </code>

跳转到Calorie.php后js和css都没有加载
用chrome调试后发现加载的是前一个页面的head,如下图
图片说明
实际页面的head如下图
图片说明

刷新后才加载。求解决啊

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn