from django.utils.http import urlquote
a = urlquote('分享')
print(a)
05-11 19:38