The browser console prints out [object Object]
,
How can I view the contents of the object?
黄舟2017-06-14 10:56:43
This is very simple. You should use +
when outputting to concatenate this is response:
with the object as a string, and automatically call the object's toString. Try changing it to ,
or simply eliminate the extra characters. Skewers