摘要: //将数字字符串转为千分位格式inline string number_to_currency(string str, bool bDot = true){string newStr = "";int ... 阅读全文
posted @ 2017-10-11 18:39 Mr.R123 阅读(925) 评论(0) 推荐(0)