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

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
话题被移动
该话题已被移动 - why , 2004-08-30 20:27
如果您尚不清楚该话题被移动的原因,请参考论坛规则以及本版公告或者联系本版版主。
作者 Re:求救 高手来帮我看看为什么 [Re:lianyu55]
href





发贴: 34
积分: 0
于 2004-08-10 10:09 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
晕啊晕,建议拿这段代码去做肉眼差错考题。
找半天发现main最后由个分号,其实四楼已经都指出来了
测试过,可运行,没检查结果对不对。

import java.io.IOException;

class Jiafa {

public static void main(String[] args)

{
try {
withExcept();
}
catch (IOException e) {
System.out.println(e);
}
catch (NumberFormatException e) {
System.out.println(e + "in Jiafa.main(.) ");
}
}

static void withExcept() throws IOException, NumberFormatException {
byte[] bs = new byte[10];
int[] i = new int[2];
for (int j = 0; j < 2; j++) {
int len = System.in.read(bs) - 2;
String s = new String(bs, 0, len);
try {
i[j] = Integer.parseInt(s);
System.out.println(j + ":" + i[j]);
}
catch (NumberFormatException e) {
System.out.println(e + "in withExcept()");
throw e;
}
}

{
System.out.println(i[0] + i[1]);
}
}
}




学习java的工具(IDE)有什么?

话题树型展开
人气 标题 作者 字数 发贴时间
4089 求救 高手来帮我看看为什么不行 (typo) lianyu55 718 2004-05-23 00:12
3329 Re:求救 高手来帮我看看为什么 nothing 14 2004-05-23 00:44
3341 Re:求救 高手来帮我看看为什么 lianyu55 649 2004-05-23 14:56
3411 Re:求救 高手来帮我看看为什么 nothing 836 2004-05-23 16:45
3243 Re:求救 高手来帮我看看为什么 a77777 12 2004-05-31 17:54
3171 Re:求救 高手来帮我看看为什么 Jacky_one 44 2004-08-09 22:51
3894 Re:求救 高手来帮我看看为什么 href 1085 2004-08-10 10:09

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