JSONP
一:
def data(request): return HttpResponse(‘FUNC_JSON1("你好")‘)
AJAX跨域
原文:http://www.cnblogs.com/c491873412/p/7682916.html