我很简单地尝试从http://bootcamp.jit.su/welcome/marian获取消息
这是我正在使用的代码
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<meta charset="utf-8" />
<title>Globant :: Welcome to the HTML5 bootcamp</title>
</head>
<body>
</body>
<script type="text/javascript">
$(document).ready(function(){
var URL = "http://bootcamp.jit.su/Welcome/marian?callback=?";
var request = jQuery.noConflict().ajax({
url: URL,
type: "GET",
dataType: 'jsonp',
processData: false,
success: function(data) {alert('hola') ;}
});
});
</script>
</html>
似乎它应该可以正常工作,但我在控制台中不断收到一条错误消息:“意外的':'字符”