iteration of numeric enum for(const value in Direction1) { console.log(value); } /* 1 2 3 4 Up Down Left Right */ for(const value ...
確定! 回上一頁