mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix #I2DAEN
This commit is contained in:
parent
03bfb46889
commit
bf802a8033
@ -286,7 +286,7 @@ public class Console {
|
||||
* @since 3.3.1
|
||||
*/
|
||||
public static String input() {
|
||||
return scanner().next();
|
||||
return scanner().nextLine();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------------------- console lineNumber
|
||||
|
Loading…
x
Reference in New Issue
Block a user