链接:http://127.0.0.1:8000/register/?from=/login/?from=/login/?from=/zixun/detail/1
return redirect(request.GET.get('from', reverse('home')))
通过上面到代码跳转了下面的链接
http://127.0.0.1:8000/login/?from=/login/?from=/zixun/detail/1
但我只想匹配到最后一个from的参数,也就是需要跳转到
http://127.0.0.1:8000/zixun/detail/1
有什么方法能做到呢,简单举个例子