Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チェリーピーでjsonpを返す方法は? 私は現在、jsonを返すために以下を使用しています:
class Root(object): @cherrypy.expose @tools.json_out def index(self): return {'key':'value'}
jsonp の注釈はありますか?
この実装をチェックしてください...
jsonp
お役に立てれば、
アンドリュー