發(fā)布時間:2020-08-06 12:24 作者:獨(dú)孤劍 閱讀:3767
static void Main(string[] args) { string percent = "45%"; double number = double.Parse(percent.Replace("%", "")) / 100; Console.WriteLine(percent + ":" + number); Console.Read(); }
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞