JAVA中的输入方法

 输入整数(int)类型

 导入包 import java.io.*;

 输入语句 BufferedReader myIn=new BufferedReader(new inputStreamReader(System.in));
int temp=myIn.read();//获取输入的数 输入字符串(String)类型 输入语句 java.util.Scanner sc=new java.util.Scanner(System.in);
String temp=sc.nextLine();//获取输入的字符串
上一篇:Ubuntu14.04+CUDA6.5环境下神经网络工具包Deepnet配置


下一篇:div在固定高的文字垂直居中