这是一个 post 处理程序: handler.py from imports import logic @gen.coroutine def post(self): data = self.request.body.decode('utf-8') params ...
確定! 回上一頁