Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区 » 安装/配置/编译/环境  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 求助: 为啥没有预计输出到?
aaarong





发贴: 24
积分: 0
于 2007-03-24 09:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

import java.util.*;
import java.io.*;
public class ScannerTest
{ public static void main(String[] args)
{ Integer[] it=new Integer[]{1,2,3,4,5,6,7,8,9,10};
String[] str=new String[]{"aaarong","money","abcdefg","memoey",
"enery","mmmmm","mybole","enneil",
"esneg","ksajfl"};
try{
FileWriter f=new FileWriter("Test.txt");
for(int i=0;i<it.length;i++)
{ f.write(str[i]);
f.write("=");
f.write(it[i]);
f.write('\n');
}
f.close();
FileReader fin=new FileReader("Test.txt");
Scanner s=new Scanner(fin);
while(s.hasNext())
{ if(s.hasNextInt())
{ int K=s.nextInt();
System.out.println(K);
}
else
{ String M=s.next();
System.out.println(M);
}
}
fin.close();
}catch(Exception e)
{ System.out.println("Error");
}
}
}

而编译后输出是


why edited on 2007-03-24 19:09


话题树型展开
人气 标题 作者 字数 发贴时间
11136 求助: 为啥没有预计输出到? aaarong 1013 2007-03-24 09:56
9093 Re:求助: 为啥没有预计输出到? why 20 2007-03-24 19:13
8657 Re:求助: 为啥没有预计输出到? aaarong 13 2007-03-25 07:34
8714 Re:求助: 为啥没有预计输出到? aaarong 27 2007-03-25 07:52
8993 Re:求助: 为啥没有预计输出到? why 111 2007-03-25 08:37
9276 Re:求助: 为啥没有预计输出到? aaarong 18 2007-03-25 08:50

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923