This article mainly shares with you 5 js output methods pop-up boxes, I hope it can help you.
alert("alert,只有确定按钮"); confirm("confirm,确定、 取消两个按钮"); console.log("console.log()控制台输出的信息,例如百度用来做招聘信息,阅读到的人大都是开发人员"); prompt("prompt有输入信息的输入框"); document.write("在页面输出信息<br>可以带HTML标签");
<br/>
\” Convert to double quotes
\'Convert to single quotes
\nConvert lines
\r Turn Enter
Related recommendations:
JS pop-up box clicks outside to hide the skill code
Vue only pops once Sharing examples of pop-up boxes
The above is the detailed content of 5 js output methods pop-up boxes. For more information, please follow other related articles on the PHP Chinese website!