背景:. django版本2.1.1. 代码: from django.shortcuts import render def login(request): data=request.POST data['name']='chenxinming' return ...
確定! 回上一頁