String str1="hello"; String str2="imooc";
定义字符串变量 strl 并赋值为hello
定义字符串变量strl并赋值为imooc
定义一个字符串变量str1,并将其赋值为”hello“
定义一个字符串变量str2,并将其赋值为”imooc“