The json, front-end print returned from the back end gets a bunch of strange things?

this is
clipboard.png

network
clipboard.png

:

  • NaN
  • 400000promise

clipboard.png

printed by the console.
Mar.24,2021

should be the incorrect data processing you received. Try parsing the received text into js objects using JSON.parse to see if there is any problem.
this has nothing to do with the amount of data, no matter how large the data is, there will be no parsing errors


you separated the json, single character
JSON.parse () ?

Menu