Home > Q&A > body text
如何才能让输出
document.write("Hello");document.write("world");
换行显示?
数据分析师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.
迷茫2016-12-21 09:47:47
document.write("hello"+"<br/>");
document.write("word");