換行符號 \n 需要用引號括起來

示範: public class HelloWorld{     public static void main(String[] args) { String one="我愛慕課網" ; String two="www.imooc.com" ; System.out.println(one+"\n"+two); } }
相關文章
相關標籤/搜索