1.static char[] readPassword(String prompt,Object...args)
2.static String readLine(String prompt,Object...args)    显示字符串prompt并且读取用户输入,知道输入行结束.args参数可以用来提供输入格式.