jsコードはどうやって改行しますか






    

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





ブラウザから出力:ハロルド、改行していません.またはdocument.write(「Hello」)をdocument.write(「Hello」+「」)に変更します.ただ一言で終わるという意味です.