posts - 431,  comments - 344,  trackbacks - 0
public static String getPercent(double f)
    {
     java.text.NumberFormat nf = Java.text.NumberFormat.getPercentInstance();
     return nf.format(f);
    }
posted on 2006-09-04 17:06 周锐 阅读(894) 评论(0)  编辑  收藏 所属分类: Java

只有注册用户登录后才能发表评论。


网站导航: