gpt4 book ai didi

C# FormatException double.parse(),为什么 0.89 不解析?

转载 作者:行者123 更新时间:2023-11-30 19:41:08 24 4
gpt4 key购买 nike

<分区>

class Program
{
static void Main(string[] args)
{
string str = "0.898";
double dbl = Double.Parse(str);

dbl++;

Console.WriteLine(dbl);
Console.ReadLine();
}
}

我需要工作的所有其他格式,如“100”工作。但是只要我添加一个“点”,就会出现 FormatException 错误。

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com