string.Empty相当于“”,Empty是一个静态只读的字段。
string str="" ,初始化对象,并分配一个空字符串的内存空间
string str=null,初始化对象,不会分配内存空间