肯定不对
这json to jsonString的
嗯嗯,阔以了
话说为啥我用post去请求就500呢
You called this URL via POST, but the URL doesn t end in a slash and you have APPEND_SLASH set. Django can t redirect to the slash URL while maintaining POST data. Change your form to point to 127.0.0.1:8000/index/?c=sdadas (note the trailing slash), or set APPEND_SLASH=False in your Django settings.
绝了...斜杠不能重定向.
你得用方法进行重定向
或者你重写响应头
算了还是用get吧,就写个接口、