Students类不是基本数据类型,判断st=students.get(ID)的值是否为null,为什么不用equals?
我想问下null是个字符串吗?
get得到的是Student类型的value值所以不能用equals吧。
get拿到的值好像是基本类型