摘要: 1、变量名插入使用 var num = 1; Console.WriteLine($"Output number:{num}"); // Output: Output number:1 2、不同数据类型,格式使用 var num = 1; Console.WriteLine($"Now time:{ 阅读全文
posted @ 2023-09-22 20:02 VanGoghpeng 阅读(102) 评论(0) 推荐(0) 编辑