我的页面上有这个错误,但我无法解决它 Access-Control-Allow-Origin。
这是我的代码:我在我的 html 文件中写了这个:
<div id="elapsed" data-url="http://myurl1.com/fr/chrono/">
这是我的:
var initChrono=function(){var e=$("dd"),t=$("hh"),n=$("mn"),r=$("ss"),i,s,o;(new Request.JSON({
url: 'http://myurl1.com/fr/chrono/',
callbackKey: 'callback',dataType: "jsonp",onSuccess:function(e){s=e.elapsed;o=e.status;a()}})).get();var a=function(u){i=s>0?"-":"";if(!u)s-=1;if(o==0){var l="00",c="00",p="00",v="00"}if(o==1||o==2){var g=Math.abs(s)
有人可以帮助我吗?我不知道如何使用这个 Jsonp