/** * 在页面输出内容! */ document.write("This's Great!");
/** * 控制台打印: */ console.log("This is ....");
/** * 弹窗显示: */ alert("This is ...");