📜  kotlin 代码示例中的空值检查

📅  最后修改于: 2022-03-11 14:53:31.793000             🧑  作者: Mango

代码示例1
if(a != null)  {
//do something
}