为啥String myLove="我爱慕课网“"; String myURL="www.imooc.com"; System.out.println(myLove); System.out.println(myRUL); 不行。 String myLove="我爱慕课网"; String myURL="www.imooc.com"; System.out.println(myLove+myURL); 行呢?
你第一次定义的是myURL
而输出语句中是myRUL
楼上说得对
没换行