04 2020 档案

摘要:package cn.com.utils; public class NumToChineseUtil { /** * Java 好用的 * int 数字转中文 * @param src * @return */ public static String read(int src) { final 阅读全文
posted @ 2020-04-26 18:11 Bevis 阅读(875) 评论(0) 推荐(0) 编辑
摘要:DecimalFormat df =new DecimalFormat(",##0.00"); df.format("123456.12556") // 结果: 123,456.13 // freemarker写法 // ${plan.premium?string(",##0.00")} 阅读全文
posted @ 2020-04-26 18:06 Bevis 阅读(730) 评论(0) 推荐(0) 编辑
摘要:$(function() { $(".limitbtn").each(function() { $(this)[0].addEventListener('click', function() { $(this).css("pointer-events", "none"); setTimeout(fu 阅读全文
posted @ 2020-04-15 17:15 Bevis 阅读(217) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示