摘要: using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) { double a, b, c, d; a = 0.123456789; b = Math.Round(a,5);//四舍五入 阅读全文
posted @ 2021-07-05 13:33 阿坦 阅读(413) 评论(0) 推荐(0)