标签:Java int System 运算符 ++ println -- ASCII out ... int j = 2; int a = i / j; System.out.println(a);//2 %:模,取余 举例子: int i = 2; ...
確定! 回上一頁