2.5556589,保留后想得到2.56应该如何实现呢?
DecimalFormat df=new DecimalFormat("#######.##"); s =""+df.format(2.5556589);