int、DateTime、string是否可以为 null?

  1. int、DateTime 不能
  2. 因为其为 Struct 类型,而结构属于值类型,值类型不能为 null,只有引用类型才能被赋值 null。 string 可以为 null
posted @ 2021-01-05 13:17  nkandkn  阅读(270)  评论(0编辑  收藏  举报