java Copy public class SimpleTesting{ public static void main(String[] args) { for (int i = 0; i < 5; i++) { for (int j = 0; j < 5; ...
確定! 回上一頁