我请我发言。
* E/CN.6/2009/1。 职能(数据)
并重犯错误:
错误 不是
If 我请我发言。a json file that is next to my html file it works fine.
If 我请我发言。the google example url: http://www.highcharts.com/samples/data/jsonp.php?filename=aapl-c.json&callback=?
it also works.
任何想法? 我认为,这可能与贾南戈有关,或我从我的服务器一侧的代码返回。
index(request):
a = {}
a[1320675940] = 1.8
a[1320675941] = 2.8
a[1320675942] = 38
a[1320675943] = 4.8
a[1320675944] = 5.8
a[1320675945] = 6.8
a[1320675946] = 7.8
data = simplejson.dumps(a)
return HttpResponse(data, mimetype="text/plain")
#return HttpResponse(data, mimetype="json")
#return HttpResponse(str(data), mimetype="text/plain")