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

您没有登录

» Java开发网 » Java SE 综合讨论区 » 编程/算法/API  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:字符串处理问题! [Re:handsome112233]
handsome112233





发贴: 18
积分: 0
于 2006-05-26 14:33 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.text.DecimalFormat;
import java.io.*;
public class FormatNumber{

public String Format(String str) {

double insert = Double.parseDouble(str);

DecimalFormat df = new DecimalFormat("$0,000,000,000");

return df.format(insert);
}

public static void main(String [] args) {

FormatNumber f = new FormatNumber();

BufferedReader br = new BufferedReader(new InputStreamReader(System.in));

String str=br.readLine();
System.out.println("Message:"+f.Format(str));

}
}
出现编译时出现如下问题:
D:\JCreator\MyProjects\FormatNumber.java:24: 未报告的异常 java.io.IOException;必须对其进行捕捉或声明以便抛出
String str=br.readLine();
^
1 错误




我有一点感想和初学者们同享(原创)

话题树型展开
人气 标题 作者 字数 发贴时间
9581 字符串处理问题! handsome112233 970 2006-05-26 10:11
8045 Re:字符串处理问题! JavaandC 520 2006-05-26 11:32
8123 Re:字符串处理问题! handsome112233 23 2006-05-26 13:25
8197 Re:字符串处理问题! handsome112233 57 2006-05-26 13:30
8185 Re:字符串处理问题! handsome112233 764 2006-05-26 14:33
7947 Re:字符串处理问题! JavaandC 441 2006-05-26 14:50
8191 Re:字符串处理问题! handsome112233 844 2006-05-26 14:51
7978 Re:字符串处理问题! JavaandC 41 2006-05-26 14:55
8802 Re:字符串处理问题! handsome112233 387 2006-05-26 14:56

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