2018年4月3日
摘要: 需要实现效果如下图。 //进度条设置 var $color=$('.progress_bar').attr('data-color'); //data-color 为进度条颜色 例#ff6600 $('.progress_bar').each(function () { var per=$(this 阅读全文
posted @ 2018-04-03 14:46 减肥的小老斧 阅读(313) 评论(0) 推荐(0)
摘要: int num1 = 500; int num2 = 312; // 创建一个数值格式化对象 NumberFormat numberFormat = NumberFormat.getInstance(); // 设置精确到小数点后2位 numberFormat.setMax... 阅读全文
posted @ 2018-04-03 14:09 减肥的小老斧 阅读(1891) 评论(0) 推荐(0)