使用django为安卓客户端提供后端支持。
安卓客户端收到 500 错误,服务器判断了如果使用 post 方法,先返回一个 字符串,代码如下:
def first_page(request):
if request.method == 'POST':
return HttpResponse('你是post方法');
添加回答
举报
0/150
提交
取消