String[] split = line.split(" ");//通过对字符串的切分得到的string类型的数组
Arrays.asList(split).iterator();//通过这个方法可以得到一个迭代器
posted on 2020-04-05 17:23 $王大少 阅读(344) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 $王大少 Powered by .NET 9.0 on Kubernetes