POST请求以x-www-form-urlencoded格式传递数组参数如何解析

1、前端将参数转换为JSON字符串 let ids = new Array(); ... this.$request({ url: ...