众所周知,在django中,默认的message,只能在同一个request中传递. 但如果在请求过程中,使用了redirect跳转,那么,这个一次性的message就会失败, 无法在前端给用户提示. https://stackoverflow.com/questions/29673537/django-redirect-with-context/29673951#29673951 网上提供的思路,有如下两种: 一,使用message框架中的storeage存储实现.我觉得如果消息使用得频繁,且