摘要: 1、安装 yarn add event-source-polyfill 2、引用 import { EventSourcePolyfill } from 'event-source-polyfill'; 3、使用 // 创建SSE连接 const url = `${baseUrl}/ai/sse/` 阅读全文
posted @ 2025-04-03 15:50 风花一世月 阅读(172) 评论(0) 推荐(0)