public static void Main(string[] args)
        {
            double db = Math.PI;
            db = Math.Round(db,2);
            Console.WriteLine(db);
            Console.ReadKey();
        }

 

相关文章:

  • 2021-11-29
  • 2022-12-23
  • 2021-11-18
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
相关资源
相似解决方案