![240](https://cdn2.jianshu.io/assets/default_avatar/6-fd30f34c8641f6f32f5494df5d6b8f3c.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
2020年6月 一场疫情闹得北京丰台 大兴区成重灾区了,公司执行密切接触过去过新发地的在家隔离2周 A同事去过新发地,我们组同事BCD还有我密切接触过A,非得让我们来上班,狗...
我知道原因了,pycharm里面 空格和Tab不能混合用
django开发简易get、post接口前提条件:1.安装好python并配置好环境变量;2.安装好PyCharm 一.django环境搭建1.安装django命令行执行:pip install django 2....
按照你的步骤 我写了一个POST接口 可是在运行的时候一直报 File "/Users/lianhh/Desktop/immoc/web/views.py", line 12
else:
^
SyntaxError: invalid syntax
这是我的views.py
rom django.shortcuts import render
# Create your views here.
from django.http.response import HttpResponse
from django.shortcuts import render_to_response
def Login(request):
if request.method == "POST" :
username = request.POST.get('username')
return HttpResponse(username)
else:
return render_to_response('login.html')
能帮我看下是为什么吗?
django开发简易get、post接口前提条件:1.安装好python并配置好环境变量;2.安装好PyCharm 一.django环境搭建1.安装django命令行执行:pip install django 2....
嗯嗯
督与促很多时候,好像没有了外人的监督,自身的自制力就失去了控制。比如,走在街道上,人来人往的时候,手里面的垃圾总要等到垃圾桶才会痛快的扔进去。可如果这时候身边没有什么人,就...