1、找到【Postman】软件并打开。
3、将【Postman】选择【raw】并且数据传输为json格式【application/json】。
5、以java后台接收数据为例: 方式1: 使用String,来接收数组。