摘要: --数字每三位加逗号 function format_num(num) if type(num) ~= "number" then return "" end local _is_f = num < 0 and true or false num = tostring(math.abs(num)) 阅读全文
posted @ 2021-09-28 20:29 嘉实基金活动 阅读(43) 评论(0) 推荐(0)