!= null 就是不为null
!string.IsNullOrEmpty  不是null且不是""(string.Empty)

05-11 19:33