value:一个String引用
如果 value 参数为 空引用(在 Visual Basic 中为 Nothing) 或空字符串 (""),则为 true;否则为 false。
IsNullOrEmpty 是一种简便方法,它使您能够同时测试 String 是否为空引用或其值是否为 Empty。