node调接口过程中遇到的一些问题
1.获取到的值result为对象,且包含RowDataPacket
var res = JSON.parse(JSON.stringify(results));
2.json转换时遇到 Unexpected token o in JSON at position 1
(22条消息) Unexpected token o in JSON at position 1 报错原因_牛长犇的博客-CSDN博客
1.获取到的值result为对象,且包含RowDataPacket
var res = JSON.parse(JSON.stringify(results));
2.json转换时遇到 Unexpected token o in JSON at position 1
(22条消息) Unexpected token o in JSON at position 1 报错原因_牛长犇的博客-CSDN博客