标签: cherrypy
如何用cherrypy返回jsonp?我目前正在使用以下命令返回json:
class Root(object): @cherrypy.expose @tools.json_out def index(self): return {'key':'value'}
是否有jsonp的注释?
答案 0 :(得分:0)
查看此实施...
jsonp
希望这有帮助,
安德鲁