摘要: class Ps { constructor(exector) { // 0执行中 1已完成 2已拒绝 this.state = 0; this.sucValue = null; this.errValue = null; this.sucCallbacks = []; this.errCallba 阅读全文
posted @ 2025-08-15 11:02 深海里的星星i 阅读(4) 评论(0) 推荐(0)