Home  >  Q&A  >  body text

如何让输出换行?

如何才能让输出

document.write("Hello");document.write("world");

换行显示?

checkcheck2793 days ago877

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:18:56

    How to make the output line wrap? - PHP Chinese website Q&A - How to make the output line wrap? - PHP Chinese website Q&A

    Take a look around and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-21 09:47:47

    document.write("hello"+"<br/>");

    document.write("word");


    reply
    1
  • Cancelreply