摘要: 手写简易 Promise 实现 以下是一个简化版的 Promise 实现,包含核心功能: class MyPromise { constructor(executor) { this.state = 'pending'; // 状态:pending, fulfilled, rejected this 阅读全文
posted @ 2025-02-24 21:40 starking_front-end 阅读(16) 评论(0) 推荐(0)
Live2D