If you use enums instead of integers (or String codes), you increase compile-time checking and avoid errors from passing in invalid constants, ...
確定! 回上一頁