django 中post方法传值,用普通的request.POST.get('value') 是没法正常接收到前端传递过来的值的. 这里需要用其他的方法获取. 1.request.data 接收到 ...
確定! 回上一頁