const coroutine = require('lei-coroutine');. // 包装 generator 函数. const fn = coroutine.wrap(function* (a) {. // coroutine.delay() 是内置 ...
確定! 回上一頁