标签:url nbsp text roc djang 添加 path process template
1.添加‘django.template.context_processors.request‘,
2.在模板的html中输入
{{ request.path}}
{{ request.get_host}}
3.结果
标签:url nbsp text roc djang 添加 path process template
原文地址:https://www.cnblogs.com/lystbc/p/9270935.html