level 1
修罗迷瞳
楼主
下面这段取得这个页面无法显示啊,说jsondataobj: no availlabel错误
我并没有指定json返回啊
var usdcnyUrl="http://hq.sinajs.cn/list=USDCNY";
$.get(usdcnyUrl,function(data){
$("#forex").html(data);
});
2016年09月28日 17点09分
1
我并没有指定json返回啊
var usdcnyUrl="http://hq.sinajs.cn/list=USDCNY";
$.get(usdcnyUrl,function(data){
$("#forex").html(data);
});