! DOCTYPE html >
< html lang= "en" >
< head >
<meta charset="UTF-8">
<title></title>
<script src="https://cdn.jsdelivr.net/npm/vue" defer="defer"></script>
<script src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script>
< / head >
< body >
< script >
$.ajax ({
type : "get",
async:false,
url : "http://7bv7bi.com1.z0.glb.clouddn.com/getOrderList.json",
dataType : "jsonp",
jsonp: "callback",
jsonpCallback:"jsonpCallback",
success : function(data){
alert("success")
},
error: function( ) {
alert("false")
}
});
< / script >
< / body >
< / html >
this always tells you what"s wrong with unexpected token,