Use the \n for a newline character. document.write("\n");. You can also have more than one: document.write("\n\n\n"); // 3 new lines!
確定! 回上一頁