摘要: decimal amount=12.012; string value =amount.ToString("#0.0#####"); value=12.012; 如:amount=12; 则value=12.0; 阅读全文
posted @ 2025-09-01 10:58 94cool 阅读(14) 评论(0) 推荐(0)