行内式:<input type="button" value="沐白" onclick="alert('沐白学编程')">
<input type="button" value="沐白" onclick="alert('沐白学编程')">
内嵌式:
<script> alert('沐白'); </script>
外部:
<script src="wai.js"></script>
alert :浏览器弹出警示框
console.log :浏览器控制台打印输出信息
prompt:浏览器弹出输入框,用户可以输入