string s=””;//开辟一个空对象字符串,有内存空间 string s=string.Empty;//把静态的空字段赋值给他, 有内存空间,一般常用这个 string s=null;//s不指向任何内存 ,没有开辟内存