标签:警告 hello info yesterday 错误 img 弹窗 asc world
1.1,alert(需要输出的内容);
例如:alert("Hello World");

1.2,confirm("需要输出的内容");
例如:confirm("Hello CTl !");

1.3,prompt("需要输出的内容");
例如:prompt("Hello China!");

例如:document.write("Helo World");

3.1,普通输出
console.log("Today is Tuesday");
3.2,警告输出
console.warn("Tomorrow is Thursday");
3.3,错误输出
console.error("Yesterday is Sunday");

标签:警告 hello info yesterday 错误 img 弹窗 asc world
原文地址:https://www.cnblogs.com/TomHe789/p/12404310.html