できれば呼び出される側で retry 込みで処理してほしい。 これは再帰させるとすっきり書ける。 function p(retry = 3) { return new Promise((resolve, ...
確定! 回上一頁