base.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:BGmi 作者: RicterZ 项目源码 文件源码
def get_json(self):
        try:
            return json.loads(self.request.body.decode('utf-8'))
        except (json.JSONDecoder, ValueError):
            return {}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号