- 博客(1)
- 收藏
- 关注
原创 eclipse获取控制台输入内容
public static void main(String[] args) { Scanner scan = new Scanner(System.in); String read = null;// 19041520.072 while ((read = scan.nextLine()) != null) { System.out.println(read.matches("[0-9]...
2019-09-23 17:10:34
1210
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人