下面的代码:
data = {"url": 'http://test.com/unsub/' + request.user.pk} print(data)
给我这个错误:
TypeError:无法连接“ str”和“ long”对象
不确定为什么?
相关分类