Dart mode ; 1. import 'dart:math' show Random; ; 2. ; 3. void main() { ; 4. print(new Die(n: 12).roll()); ; 5. }.
確定! 回上一頁