摘要: ==原生django怎么给响应头添加信息== 直接在HttpResponse响应对象中添加键值对就行 视图层 —————————————————————— def test_func(request): # logger.info('info级别的日志~') print('我被执行了') res = 阅读全文
posted @ 2023-02-28 15:32 yiwufish 阅读(85) 评论(0) 推荐(0)