ide如何知道变量和字符在哪里拼接
String example="example";
System.out.println("变量example的内容是:"+example);
最后输出结果是“变量example的内容是:example” 请问ide怎么知道吧变量example里的内容加到句子的最后呢?为什么不是加在句首或者夹在句中呢??
String example="example";
System.out.println("变量example的内容是:"+example);
最后输出结果是“变量example的内容是:example” 请问ide怎么知道吧变量example里的内容加到句子的最后呢?为什么不是加在句首或者夹在句中呢??
2015-08-04
举报