String str1="hello"; String str2="imooc";
就是定义了两个字符串变量,String表示是字符串类型变量,str1和str2是变量名,hello和imooc是对应的变量内容。