String s=null;//null是未分配堆内存空间 String a;//分配了一个内存空间,没存入任何对象 String a="";//分配了一个内存空间,存了一个字符串对象
UYOU
元芳怎么了