首页 > 其他 > 详细

scanner

时间:2017-11-11 14:02:04      阅读:244      评论:0      收藏:0      [点我收藏+]
  • A simple text scanner which can parse primitive types and strings using regular expressions. 
  • A Scanner breaks its input into tokens using a delimiter pattern, which by default matches whitespace. 
  • 一个简单的文本扫描器,它能够解析原始的类型还有字符串 使用正则表达式。
  • 一个扫描器使用一个分隔符中断输入为令牌,在默认情况下会匹配空格。
  • (scanner.nextInt)
  • Scans the next token of the input as an int.
  • 扫描下一个输入为整型的令牌。

scanner

原文:http://www.cnblogs.com/yugeng/p/7818790.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!