我們要如何在JavaScript 改善巢狀化的 if 條件式? if (color) { if (color === 'black') { printBlackBackground(); } else if (color === 'red') ...
確定! 回上一頁