如何换行呢?
public class HelloWorld{
public static void main(String[] args) {
String love="我爱慕课网";
String web="www.imooc.com";
System.out.println(love+"<br/>"+web);
}
嗯嗯,我知道了