• 2024-11-26vue中sse响应处理(流式数据处理)
    使用fetch请求exportfunctionpostStream(data){ returnfetch('url-请求地址',{ method:'post', body:JSON.stringfy(data), responseType:'srteam', headers:{ 'Content-Type':'application/json' } })