Fetch JsonResponse

后端 未结 0 1458
臣服心动
臣服心动 2020-12-05 13:52

I am building an app using Django and JavaScript. In Java I have a function that looks like this:

fetch(\'/posts\')
.then(response => response.json())
.the         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题