页面弹出框:alert("hello");控制台输出: console.log("hello"); console.warn("hello"); console.error("hello"); 光标定在输入框:prompt("hello");用于逻辑判断:confirm("hello");