System.out.println("hree+one==>"+three);
那个+three就是代码运行后 输出的值 换句话说就是给three赋的新值
字符串连接
如:
three=123
则:
hree+one==>123