document.write("<pre>Javascript");
document.write("CSS");
document.write("HTML</pre>");
document.write("<br/>");
// writeln自带换行效果
document.writeln("<pre>Javascript");
document.writeln("CSS");
document.writeln("HTML</pre>");
// document.referrer
// document.URL