会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
你的方向就是你的梦想
勤奋加智慧成就梦想!
博客园
首页
新随笔
联系
订阅
管理
2023年8月7日
c#格式化字符串 toString()
摘要: # 1、使用 ToString 方法的默认格式设置 public class Automobile { public string Name { get; set; } = "小王"; } Automobile firstAuto = new Automobile(); Console.WriteL
阅读全文
posted @ 2023-08-07 11:13 Jacob·雅各布
阅读(226)
评论(1)
推荐(0)
编辑
公告