class Weekday(): monday = 1 tuesday = 2 wednesday = 3 thirsday = 4 friday = 5 saturday = 6 sunday = 7 print(Weekday.wednesday) # 3.
確定! 回上一頁