Is the return value of this function going directly to the front-end?

前端 未结 0 815
野趣味
野趣味 2021-01-13 18:27

I found this piece of a very useful python script for processing cherrypy server:

def uses_json(func):

    @functools.wraps(func)
    @cherrypy.tools.accept(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题