当前位置:   article > 正文

VM12:1 Uncaught (in promise) SyntaxError: Unexpected token ‘T‘, “Test“ is not valid JSON_uncaught (in promise) syntaxerror: "undefined" is

uncaught (in promise) syntaxerror: "undefined" is not valid json
  1. test ="Test"
  2. return HttpResponse(test)

报错

VM12:1 Uncaught (in promise) SyntaxError: Unexpected token 'T', "Test" is not valid JSON

正确的格式:

 return HttpResponse(json.dumps(test))

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/爱喝兽奶帝天荒/article/detail/883851
推荐阅读
相关标签
  

闽ICP备14008679号