摘要: 运算符 除号 public class Test{ public static void main(String[] args){ int num1 = 12; int num2 = 5; int result1 = num1 / num2; System.out.println(result1); 阅读全文
posted @ 2022-03-18 19:12 歪歪歪? 阅读(90) 评论(0) 推荐(0)