為什么用加號而不用逗號?
輸出的時候為什么用加號而不是用逗號隔開? System.out.println("three=one+two==>"+three);而不是 System.out.println("three=one+two==>",three);?
輸出的時候為什么用加號而不是用逗號隔開? System.out.println("three=one+two==>"+three);而不是 System.out.println("three=one+two==>",three);?
2018-02-16
舉報
2018-02-17
我認為,“+”代表聯(lián)合顯示,而“,”則有分別顯示的意味