public class Console
extends java.lang.Object
| 构造器和说明 |
|---|
Console() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
info()
控制台:换行
|
static void |
info(boolean x)
控制台:打印
|
static void |
info(char x)
控制台:打印
|
static void |
info(char[] x)
控制台:打印
|
static void |
info(double x)
控制台:打印
|
static void |
info(float x)
控制台:打印
|
static void |
info(int x)
控制台:打印
|
static void |
info(long x)
控制台:打印
|
static void |
info(java.lang.Object x)
控制台:打印
|
static void |
info(java.lang.String x)
控制台:打印
|
public static void info()
public static void info(java.lang.Object x)
x - Objectpublic static void info(boolean x)
x - 布尔public static void info(char x)
x - 字符public static void info(int x)
x - 整型public static void info(long x)
x - 长整型public static void info(float x)
x - 浮点数public static void info(double x)
x - 双精度浮点数public static void info(char[] x)
x - 字符数组public static void info(java.lang.String x)
x - 字符数组Copyright © 2018. All Rights Reserved.