代码中访问 let [error, res] = await uni.request({...}) res.header 只能获得 content-length, content-type 两个属性, 而实际服务返回了更多属性, 在微信小程序下能获得全部属性. 如下: