将double小数转化成百分数字符串

double num = 0.9563;
 
String numPersentage = num.ToString("P");
posted @ 2017-08-10 11:21  lifangxia  阅读(1062)  评论(0编辑  收藏  举报