Promise.all() 可以保证最低loading时间,例如下面的代码可以保证loading至少出现200ms: let getUserInfo = function (user) { return new ...
確定! 回上一頁