uni-app 如何实现从后端http api读取stream 流式数据,并渲染到组件?

在uni-app中实现从后端读取stream流式数据并渲染到组件,可以通过以下几种方法:

使用uni.request的enableChunked属性:
u…