Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/476.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript jquery&x27;不要先装_Javascript_Jquery_Html_Twitter Bootstrap - Fatal编程技术网

Javascript jquery&x27;不要先装

Javascript jquery&x27;不要先装,javascript,jquery,html,twitter-bootstrap,Javascript,Jquery,Html,Twitter Bootstrap,我的Jquery没有加载 <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <link href="css/bootstrap-theme.css" rel="stylesheet" type="text/css" <script type="text/javascript" src="js/jquery-3.1.1.min.js"></script> <scrip

我的Jquery没有加载

<link href="css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap-theme.css" rel="stylesheet" type="text/css"
<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>  
<script type="text/javascript" src="js/bootstrap.min.js"></script>


尝试另一个订单并关闭链接css:

<script type="text/javascript" src="js/jquery-3.1.1.min.js"></script>  
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap-theme.css" rel="stylesheet" type="text/css" />