試著突破低點,往高點邁進
from django.http import HttpResponse def get_current_url(request): return {'url': request.get_full_path()}