ide如何知道變量和字符在哪里拼接
String example="example";
System.out.println("變量example的內(nèi)容是:"+example);
最后輸出結(jié)果是“變量example的內(nèi)容是:example” 請問ide怎么知道吧變量example里的內(nèi)容加到句子的最后呢?為什么不是加在句首或者夾在句中呢??
String example="example";
System.out.println("變量example的內(nèi)容是:"+example);
最后輸出結(jié)果是“變量example的內(nèi)容是:example” 請問ide怎么知道吧變量example里的內(nèi)容加到句子的最后呢?為什么不是加在句首或者夾在句中呢??
2015-08-04
舉報(bào)
2015-09-23
哥兒們,你鉆牛角尖了!?。?/p>
2015-08-05
這個你要了解代碼的底層實(shí)現(xiàn)嗎?這個一時半會的也說不清,你網(wǎng)上搜一下吧