网站首页
编程语言
数据库
系统相关
其他分享
编程问答
isEnd
2024-11-26
vue中sse响应处理(流式数据处理)
使用fetch请求exportfunctionpostStream(data){ returnfetch('url-请求地址',{ method:'post', body:JSON.stringfy(data), responseType:'srteam', headers:{ 'Content-Type':'application/json' } })