摘要:
static void Main(string[] arg) { /*数值类型的格式化*/ //输出金额 Console.WriteLine("今天我赚了{0:C}元", 120); //输出科学计数法 Console.WriteLine("12000.1用科学计数法表示是{0:E};", 1200 阅读全文
posted @ 2024-08-16 18:01
CSF践行
阅读(21)
评论(0)
推荐(0)
摘要:
static void Main(string[] arg) { int int1 = 0; int int2 = 0; int int3 = 0; string str1 = "adf"; string str2 = "adf"; string str3 = "Adf"; string str4 阅读全文
posted @ 2024-08-16 17:33
CSF践行
阅读(46)
评论(0)
推荐(0)

浙公网安备 33010602011771号