Django接收前端返回的json格式數據

post接收字符串web def subscription(request): msg = request.POST.get('msg') # tel_no = request.POST.get('tel_no') # email = request.POST.get('email') # ico_id = request.POST.get('ico_id')
相關文章
相關標籤/搜索