今天在写微信小程序前后端交互上传图片与其他文本数据一起发送给服务器注册信息,后端返回图片的路径遇到res.data 的坑。
var data = res.data console.log(data) console.log(JSON.parse(data).img_link)