null和空的区别

null是内存空间没有开辟 string s=null;

空是内存有空间但是没有元素  string s="";

posted @ 2019-07-15 11:58  三十六烦恼风x  阅读(314)  评论(0编辑  收藏  举报