摘要:
类库源码 var Promise = function () { this.thens = []; }; Promise.prototype = { resolve: function () { var t = this.thens.shift(), n; t && (n = t.apply(null, ... 阅读全文
Copyright © 2025 【当耐特】
Powered by .NET 9.0 on Kubernetes