使用 safe 参数来传递不需要编码的字符。例如:. >>> q = QueryDict(mutable=True) >>> q['next'] = '/a&b/' >>> q.urlencode(safe='/') 'next=/a%26b/' ...
確定! 回上一頁